sunset1995 / DirectVoxGO

Direct voxel grid optimization for fast radiance field reconstruction.
https://sunset1995.github.io/dvgo
Other
1.05k stars 110 forks source link

Missing requirement `pytorch_scatter` #8

Closed fxmarty closed 2 years ago

fxmarty commented 2 years ago

Hello, with the recent updates there is a missing requirement pytorch_scatter.

I don't know what is the best to go for putting it in requirements.txt as the version depends on PyTorch version and CUDA version, see https://github.com/rusty1s/pytorch_scatter#pytorch-1100 , so I let you find a way.

Typically, the format is pip install torch-scatter -f https://data.pyg.org/whl/torch-${TORCH_VERSION}+${CUDA_VERSION}.html where ${TORCH_VERSION}+${CUDA_VERSION} is e.g. 1.10.0+cu111.

Thank you!

sunset1995 commented 2 years ago

Readme updated for this. Thanks!