Spaces:
Running
Running
| # FastAPI and server dependencies | |
| fastapi==0.109.0 | |
| uvicorn==0.25.0 | |
| python-multipart==0.0.6 | |
| pydantic==2.5.2 | |
| # Image processing | |
| Pillow==10.1.0 | |
| opencv-python==4.8.1.78 | |
| numpy==1.24.3 | |
| # SAM 3D Body dependencies | |
| torch==2.1.1 | |
| pytorch-lightning==2.1.3 | |
| pyrender==0.1.45 | |
| scikit-image==0.22.0 | |
| einops==0.7.0 | |
| timm==0.9.12 | |
| dill==0.3.7 | |
| pandas==2.1.4 | |
| rich==13.7.0 | |
| hydra-core==1.3.2 | |
| hydra-submitit-launcher==1.2.0 | |
| hydra-colorlog==1.2.0 | |
| pyrootutils==1.0.4 | |
| webdataset==0.2.86 | |
| chump==1.6.0 | |
| networkx==3.2.1 | |
| roma==1.5.4 | |
| joblib==1.3.2 | |
| seaborn==0.13.0 | |
| wandb==0.16.1 | |
| appdirs==1.4.4 | |
| appnope==0.1.3 | |
| cython==3.0.6 | |
| jsonlines==4.0.0 | |
| pytest==7.4.3 | |
| loguru==0.7.2 | |
| optree==0.10.0 | |
| fvcore==0.1.5.post20221221 | |
| huggingface_hub==0.20.2 | |
| # SAM 3D Body dependencies - these are installed directly in Dockerfile | |
| # in the correct order: PyTorch -> requirements -> Detectron2 -> MoGe -> SAM 3D Body | |
| # 3D model processing | |
| trimesh==4.0.5 | |
| pyglet==2.0.10 |