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

Circular Import with visual odometry #26

Open
cetsell opened this issue Sep 26, 2024 · 1 comment
Open

Circular Import with visual odometry #26

cetsell opened this issue Sep 26, 2024 · 1 comment

Comments

@cetsell
Copy link

cetsell commented Sep 26, 2024

I get a few errors trying to run without the "-s" parameter on moving camera video.
First, I get:
Failed to import DPVO modules: No module named 'dpvo'
which doesn't seem to stop the actual job, but then this:

/GVHMR/hmr4d/utils/preproc/slam.py", line 51, in track
    cfg.merge_from_file(self.dpvo_cfg)
NameError: name 'cfg' is not defined

I tried adding some missing init.py files but it still can't seem to import this module. Is there a smoother process to get visual odometry working?

@IsshikiHugh
Copy link
Contributor

Hi! It seems like your DPVO fails to be installed successfully. This issue probably helps! #5

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