Spaces:
Running on Zero
Running on Zero
File size: 588 Bytes
715f79d | 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 | name: cowtracker
channels:
- pytorch
- nvidia
- conda-forge
- defaults
dependencies:
- python=3.12
- pip
- pip:
# Core deep learning
- torch>=2.0.0
- torchvision>=0.15.0
- xformers
- timm
# Numerical / scientific
- numpy
- scipy
- einops
# Image / video processing
- opencv-python
- Pillow
- mediapy
- matplotlib
# Model hub
- huggingface_hub
# Gradio demo
- gradio
# Optional: development tools
- ipython
- ipdb
|