Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ImportError: cannot import name 'read_calib_file' #27

Open
HXB-1997 opened this issue Jan 28, 2024 · 1 comment
Open

ImportError: cannot import name 'read_calib_file' #27

HXB-1997 opened this issue Jan 28, 2024 · 1 comment

Comments

@HXB-1997
Copy link

(lccnet0127) x12spa@x12spa-Super-Server:~/Desktop/HXB/LCCNet0127/LCCNet$ python3 evaluate_calib.py
Traceback (most recent call last):
File "evaluate_calib.py", line 34, in
from DatasetLidarCamera import DatasetLidarCameraKittiOdometry
File "/home/x12spa/Desktop/HXB/LCCNet0127/LCCNet/DatasetLidarCamera.py", line 27, in
from utils import invert_pose, rotate_forward, quaternion_from_matrix, read_calib_file
ImportError: cannot import name 'read_calib_file'

@XWGuo99
Copy link

XWGuo99 commented May 19, 2024

Same problem here.
'read_calib_file' is mentioned in 'DatasetLidarCamera.py'
from utils import invert_pose, rotate_forward, quaternion_from_matrix, read_calib_file
However 'read_calib_file' is not found in 'utils.py'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants