Update README.md
Browse files
README.md
CHANGED
|
@@ -10,91 +10,3 @@ pinned: false
|
|
| 10 |
license: mit
|
| 11 |
python_version: "3.10"
|
| 12 |
---
|
| 13 |
-
|
| 14 |
-
# ============================================================================
|
| 15 |
-
# PYTORCH CUDA WHEELS (CUDA 12.1)
|
| 16 |
-
# ============================================================================
|
| 17 |
-
--extra-index-url https://download.pytorch.org/whl/cu121
|
| 18 |
-
|
| 19 |
-
# ============================================================================
|
| 20 |
-
# CORE PYTHON DEPENDENCIES (Python 3.10)
|
| 21 |
-
# ============================================================================
|
| 22 |
-
numpy==1.26.4
|
| 23 |
-
Pillow>=10.0.1,<11.0
|
| 24 |
-
setuptools>=65.7.0,<69.0
|
| 25 |
-
wheel>=0.40.0,<1.0
|
| 26 |
-
typing-extensions>=4.12.2,<5.0
|
| 27 |
-
|
| 28 |
-
# ============================================================================
|
| 29 |
-
# WEB FRAMEWORK & UI
|
| 30 |
-
# ============================================================================
|
| 31 |
-
gradio==4.44.1
|
| 32 |
-
gradio_client==1.3.0
|
| 33 |
-
|
| 34 |
-
# ============================================================================
|
| 35 |
-
# DEEP LEARNING & AI MODELS (Python 3.10 + CUDA 12.1)
|
| 36 |
-
# ============================================================================
|
| 37 |
-
torch==2.1.0
|
| 38 |
-
torchvision==0.16.0
|
| 39 |
-
torchaudio==2.1.0
|
| 40 |
-
|
| 41 |
-
# Hugging Face ecosystem - MatAnyOne compatible versions
|
| 42 |
-
transformers==4.43.3
|
| 43 |
-
huggingface_hub==0.24.5
|
| 44 |
-
accelerate>=0.20.3,<1.0
|
| 45 |
-
safetensors==0.4.3
|
| 46 |
-
|
| 47 |
-
# Model utilities - MatAnyOne requirements
|
| 48 |
-
einops==0.8.0
|
| 49 |
-
timm>=0.9.16
|
| 50 |
-
|
| 51 |
-
# ============================================================================
|
| 52 |
-
# COMPUTER VISION & VIDEO PROCESSING
|
| 53 |
-
# ============================================================================
|
| 54 |
-
opencv-python-headless==4.10.0.84
|
| 55 |
-
|
| 56 |
-
# Video processing
|
| 57 |
-
moviepy>=1.0.3,<2.0
|
| 58 |
-
imageio==2.34
|
| 59 |
-
imageio-ffmpeg>=0.4.8,<1.0
|
| 60 |
-
ffmpeg-python>=0.2.0,<1.0
|
| 61 |
-
|
| 62 |
-
# ============================================================================
|
| 63 |
-
# SCIENTIFIC COMPUTING
|
| 64 |
-
# ============================================================================
|
| 65 |
-
scipy==1.13.1
|
| 66 |
-
tqdm>=4.66.1,<5.0
|
| 67 |
-
|
| 68 |
-
# ============================================================================
|
| 69 |
-
# CONFIGURATION & UTILITIES
|
| 70 |
-
# ============================================================================
|
| 71 |
-
hydra-core==1.3.2
|
| 72 |
-
omegaconf==2.3.0
|
| 73 |
-
diskcache>=5.6.3,<6.0
|
| 74 |
-
psutil>=5.9.0,<6.0
|
| 75 |
-
|
| 76 |
-
# ============================================================================
|
| 77 |
-
# MATANYONE DEPENDENCIES (Python 3.10 compatible)
|
| 78 |
-
# ============================================================================
|
| 79 |
-
easydict==1.10
|
| 80 |
-
gdown>=4.7.1
|
| 81 |
-
hickle>=5.0
|
| 82 |
-
cchardet>=2.1.7
|
| 83 |
-
gitpython>=3.1
|
| 84 |
-
netifaces>=0.11.0
|
| 85 |
-
pycocotools>=2.0.7
|
| 86 |
-
tensorboard>=2.11
|
| 87 |
-
protobuf<4 # Uncommented to prevent potential conflicts
|
| 88 |
-
|
| 89 |
-
# ============================================================================
|
| 90 |
-
# GIT DEPENDENCIES (Model Repositories)
|
| 91 |
-
# ============================================================================
|
| 92 |
-
# SAM2 (Python 3.10+)
|
| 93 |
-
git+https://github.com/facebookresearch/segment-anything-2.git@2b90b9f5ceec907a1c18123530e92e794ad901a4
|
| 94 |
-
|
| 95 |
-
# MatAnyOne
|
| 96 |
-
git+https://github.com/pq-yang/MatAnyOne.git@2234ce5cdc487749515518bd035b5e18bccea3da
|
| 97 |
-
|
| 98 |
-
# Thin Plate Spline (MatAnyOne dependency)
|
| 99 |
-
git+https://github.com/cheind/py-thin-plate-spline@f6995795397118b7d0ac01aecd3f39ffbfad9dee
|
| 100 |
-
*For deployment on Hugging Face Spaces, see the space configuration in the app header.*
|
|
|
|
| 10 |
license: mit
|
| 11 |
python_version: "3.10"
|
| 12 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|