README.md
August 18, 2021 ยท View on GitHub
Packages required to run:
- PyTorch and PyTorch3d (DSS DOES NOT WORK WITH NEWER VERSIONS OF PYTORCH3D FOR SOME REASON) conda install pytorch==1.7.1 torchvision==0.8.2 torchaudio==0.7.2 cudatoolkit=11.0 -c pytorch conda install pytorch3d=0.4.0=py38_cu110_pyt171
- SmoothParticleNets https://github.com/bango123/SmoothParticleNets.git
- Differentiable Surface Splatter https://github.com/bango123/DSS
- Open3d (tested with 0.11.2)
- trimesh (tested with 3.9.1 and installed with pip and "sudo apt install libspatialindex-dev python-rtre" to solve bug: https://github.com/Toblerity/rtree/issues/64)
- mesh-to-sdf (https://pypi.org/project/mesh-to-sdf/) and used pip install pyrender for its dependency