ACMDM_Motion_Generation / requirements.txt
sourxbhh's picture
Fix: Video path handling and add imageio dependencies
1751c05
raw
history blame contribute delete
838 Bytes
# Requirements for HuggingFace Spaces Deployment
# This file is used by HuggingFace Spaces to install dependencies
# Core ML libraries
torch>=2.0.0
torchvision>=0.15.0
numpy>=1.21.0
scipy>=1.7.0
# Gradio for web interface
gradio>=4.0.0
# CLIP for text encoding
git+https://github.com/openai/CLIP.git
# Additional dependencies
einops>=0.6.0
timm>=0.6.0
tqdm>=4.64.0
matplotlib>=3.5.0
opencv-python>=4.6.0
Pillow>=9.0.0
imageio>=2.25.0
imageio-ffmpeg>=0.4.8
# ODE/SDE solvers for diffusion
torchdiffeq>=0.2.5
# Vector quantization
vector-quantize-pytorch>=1.0.0
# For model loading and processing
h5py>=3.7.0
scikit-learn>=1.0.0
# Note: chumpy is not included - it causes build issues and is not needed for basic motion generation
# It's only required for advanced body model features (SMPL/H processing)
# Utilities
gdown>=4.6.0