File size: 779 Bytes
6dbd5d6
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
49
50
51
52
# FoundationStereo Gradio Application Requirements
# Based on foundation_stereo conda environment

# Core PyTorch and deep learning
torch
torchvision==0.19.1
torchaudio==2.4.1
xformers==0.0.28.post1

# Computer vision and image processing
scikit-image
opencv-contrib-python
imageio
imgaug
albumentations

# Configuration and utilities
omegaconf
pyyaml
ruamel.yaml

# Scientific computing
scipy
numpy
scikit-learn
joblib

# Deep learning utilities
timm
einops
transformations

# 3D processing and visualization
open3d
trimesh

# Model and data utilities
huggingface-hub
gdown

# Development and notebooks
jupyterlab
ninja

# Web interface (Gradio)
gradio>=4.0.0
spaces  # For Hugging Face Spaces ZeroGPU support

# Additional dependencies for the Gradio app
matplotlib
pillow
tqdm