NeuralRecon icon indicating copy to clipboard operation
NeuralRecon copied to clipboard

ImportError: cannot import name 'PointTensor' from 'torchsparse.tensor'

Open zeliangDing opened this issue 1 year ago • 2 comments

When I run this command "python demo.py --cfg ./config/demo.yaml" Some trouble happened, like this: 10

What's wrong with it? My environment: Ubuntu 18.04 Pytorch+Cuda: 1.9.0+cu111 Python: 3.7

zeliangDing avatar Aug 16 '23 01:08 zeliangDing

Did you solve this?

or-else avatar Dec 09 '23 22:12 or-else

Requires downgrade to torchsparse 2.0.0:

https://github.com/mit-han-lab/torchsparse/issues/230

or-else avatar Dec 09 '23 23:12 or-else