@@ -23,38 +23,47 @@ Zachary Teed and Jia Deng, CVPR 2021
...
@@ -23,38 +23,47 @@ Zachary Teed and Jia Deng, CVPR 2021
## Installation
## Installation
### Requirements:
### Installing (from source):
* Cuda >= 10.1 (with nvcc compiler)
* PyTorch >= 1.8
We recommend installing within a virtual enviornment. Make sure you clone using the `--recursive` flag. If you are using Anaconda, the following command can be used to install all dependencies
Requires torch >= 2 and CUDA >= 11. Tested up to torch==2.7 and CUDA 12. Make sure PyTorch and CUDA major versions match.
To run the examples, you will need OpenCV and Open3D. Depending on your operating system, OpenCV and Open3D can either be installed with pip or may need to be built from source