NeuralRecon Demo Not working #48
SachinBAMP
started this conversation in
General
Replies: 1 comment
-
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I tried to use demo.py but I couldn't get all the dependencies working.
python demo.py --cfg ./config/demo.yaml
Error:
ModuleNotFoundError: No module named 'torchsparse'
The code depends on mit-han-lab/torchsparse. I tried to install this on mac and on windows, but both of them failed.
Mac: Following command didn't work:
pip install --upgrade git+https://github.com/mit-han-lab/[email protected]
Error:
Failed to install wheel for torchsparse
Window: torchsparse failed to install
Cannot open include file: 'google/dense_hash_map': No such file or directory
Beta Was this translation helpful? Give feedback.
All reactions