Metadata-Version: 2.1
Name: scene-graph-predictor-pc
Version: 0.1.0
Summary: 3D Scene Graph Models
Home-page: https://github.com/wtt0213/scene-graph-predictor-pc
Download-URL: https://github.com/wtt0213/scene-graph-predictor-pc/tags
Author: Ziqin Wang
Author-email: wzqbuaa@qq.com
Requires-Python: >=3.8
Description-Content-Type: text/markdown
Requires-Dist: trimesh
Requires-Dist: open3d
Requires-Dist: aiofiles
Requires-Dist: fastapi
Requires-Dist: uvicorn[standard]
Requires-Dist: python-multipart

# VLSAT

conda create -n py38 python=3.8
# cuda >= 11.3

pip install torch==1.12.1+cu113 torchvision==0.13.1+cu113 torchaudio==0.12.1 --extra-index-url https://download.pytorch.org/whl/cu113

pip install torch-scatter -f https://pytorch-geometric.com/whl/torch-1.12.1+cu113.html
pip install torch-sparse -f https://pytorch-geometric.com/whl/torch-1.12.1+cu113.html
pip install torch-spline-conv -f https://pytorch-geometric.com/whl/torch-1.12.1+cu113.html
pip install torch-geometric
