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

No module named 'DeepLM' #65

Open
eunseon02 opened this issue Apr 6, 2024 · 0 comments
Open

No module named 'DeepLM' #65

eunseon02 opened this issue Apr 6, 2024 · 0 comments

Comments

@eunseon02
Copy link

eunseon02 commented Apr 6, 2024

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'

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

1 participant