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
when i run this code "bash scripts/demo_pipeline.sh wallet"
(ldm) root@eunseon-ASUS:~/OnePose# bash scripts/demo_pipeline.sh wallet
Current work dir: /root/OnePose
-------------------
Parse scanned data:
-------------------
Traceback (most recent call last):
File "/root/OnePose/parse_scanned_data.py", line 8, in <module>
from transforms3d import affines, quaternions
ModuleNotFoundError: No module named 'transforms3d'
--------------------------------------------------------------
Run SfM to reconstruct object point cloud for pose estimation:
--------------------------------------------------------------
2024-04-07 00:56:26.814 | INFO | __main__:sfm:87 - Processing /root/OnePose/data/demo/wallet wallet-annotate.
2024-04-07 00:56:26.814 | INFO | __main__:sfm:104 - No png image in /root/OnePose/data/demo/wallet
-----------------------------------
Run inference and output demo video:
-----------------------------------
Traceback (most recent call last):
File "/root/OnePose/inference_demo.py", line 16, in <module>
from src.tracker.ba_tracker import BATracker
File "/root/OnePose/src/tracker/ba_tracker.py", line 4, in <module>
from DeepLM.TorchLM.solver import Solve
ModuleNotFoundError: No module named 'DeepLM'
The text was updated successfully, but these errors were encountered:
when i run this code "bash scripts/demo_pipeline.sh wallet"
The text was updated successfully, but these errors were encountered: