File size: 909 Bytes
f0c79f8
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
759c402
f0c79f8
 
 
 
 
 
 
 
 
 
 
 
 
b99deae
 
88fd249
f0c79f8
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
# 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