File size: 800 Bytes
436df5c
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
# Core deep learning frameworks
torch>=1.10.0
torchvision>=0.11.0

# Computer vision
opencv-python>=4.5.0
Pillow>=9.0.0

# Numerical computing
numpy>=1.21.0

# Hugging Face integration
transformers>=4.36.0
huggingface_hub>=0.19.0

# Visualization (optional, for examples)
matplotlib>=3.5.0

# Detectron2 for DensePose
# Note: detectron2 is included in this repository under detectron2/
# If you need to install it separately, use:
# python -m pip install 'git+https://github.com/facebookresearch/detectron2.git'
# or build from the included detectron2/ directory

# Optional dependencies:
# - For CUDA support, install appropriate torch version first:
#   pip install torch torchvision --index-url https://download.pytorch.org/whl/cu118
# - For inpainting demo (example 6):
#   pip install diffusers