zju3dv / NeuralRecon

Code for "NeuralRecon: Real-Time Coherent 3D Reconstruction from Monocular Video", CVPR 2021 oral
https://zju3dv.github.io/neuralrecon/
Apache License 2.0
2.03k stars 294 forks source link

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

Open zeliangDing opened 1 year ago

zeliangDing commented 1 year ago

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

or-else commented 9 months ago

Did you solve this?

or-else commented 9 months ago

Requires downgrade to torchsparse 2.0.0:

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