-
Notifications
You must be signed in to change notification settings - Fork 145
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
AttributeError: module 'evo.core.trajectory' has no attribute 'align_trajectory' #163
Comments
Same issue, no idea what's happening... (MonoGS) root@autodl-container-3fac46b1d9-046c9e43:~/MonoGS# python slam.py --config configs/rgbd/tum/fr1_desk.yaml |
Seems Evo changed their API in later versions. The Below is what I changed in
|
I am using conda env (python=3.7.12) to impliment MonoGS SLAM. I face this error and cant overcome it. When i import evo on terminal there is no error. But on VS code there is this error "Import "evo" could not be resolvedPylancereportMissingImports" there python interpreter selected right.
python slam.py --config /mnt/data/Students/Aman/MonoGS/configs/mono/tum/fr1_desk.yaml
MonoGS: saving results in results/data_TUM_RGBD/2024-11-28-22-44-28
FEngine (64 bits) created at 0x555c48c43a20 (threading is enabled)
FEngine resolved backend: OpenGL
Failed to open X display. (exiting).
MonoGS: Resetting the system
MonoGS: Initialized map
Traceback (most recent call last):
File "slam.py", line 252, in
slam = SLAM(config, save_dir=save_dir)
File "slam.py", line 110, in init
self.frontend.run()
File "/mnt/data/Students/Aman/MonoGS/utils/slam_frontend.py", line 355, in run
monocular=self.monocular,
File "/mnt/data/Students/Aman/MonoGS/utils/eval_utils.py", line 110, in eval_ate
monocular=monocular,
File "/mnt/data/Students/Aman/MonoGS/utils/eval_utils.py", line 29, in evaluate_evo
traj_est_aligned = trajectory.align_trajectory(
AttributeError: module 'evo.core.trajectory' has no attribute 'align_trajectory'
MonoGS: Resetting the opacity of non-visible Gaussians
^CSIGINT: Interrupted by Ctrl-C.
SIGINT: Interrupted by Ctrl-C.
The text was updated successfully, but these errors were encountered: