NeuralRecon
NeuralRecon copied to clipboard
ImportError: cannot import name 'PointTensor' from 'torchsparse.tensor'
When I run this command "python demo.py --cfg ./config/demo.yaml"
Some trouble happened, like this:
What's wrong with it? My environment: Ubuntu 18.04 Pytorch+Cuda: 1.9.0+cu111 Python: 3.7
Did you solve this?
Requires downgrade to torchsparse 2.0.0:
https://github.com/mit-han-lab/torchsparse/issues/230