You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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:
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?
The text was updated successfully, but these errors were encountered: