Shape-as-Point/environment.yml

29 lines
413 B
YAML
Raw Normal View History

2023-05-26 09:08:50 +00:00
name: sap
channels:
- conda-forge
- pytorch
- defaults
dependencies:
- python
- pytorch
- torchvision
- cudatoolkit
- numpy
- matplotlib
- pyyaml
- scipy
- tqdm
- trimesh
- igl
- tensorboard
- pip
- pip:
- plyfile==0.7
# - open3d>=0.11.1
- scikit-image>=0.18.0
- python-mnist==0.7
- opencv-python>=4.4
- av==8.0.3
- pykdtree==1.3.4
- ipdb==0.13.7