-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrequirements.txt
More file actions
61 lines (51 loc) · 1.14 KB
/
requirements.txt
File metadata and controls
61 lines (51 loc) · 1.14 KB
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
53
54
55
56
57
58
59
60
# FoundationPerception Requirements
# Recommended: Create conda environment first, then pip install
# conda create -n foundationperception python=3.9
# conda activate foundationperception
# PyTorch (install first with CUDA support)
# pip install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu121
torch>=2.0.0
torchvision>=0.15.0
torchaudio>=2.0.0
# Core dependencies
numpy>=1.26.0
scipy>=1.12.0
opencv-python>=4.9.0
opencv-contrib-python>=4.9.0
pillow>=10.0.0
trimesh>=4.2.0
open3d>=0.18.0
matplotlib>=3.9.0
# Deep learning utilities
einops>=0.7.0
timm>=0.9.0
transformers>=4.40.0
accelerate>=1.0.0
safetensors>=0.4.0
huggingface-hub>=0.20.0
# Config and logging
omegaconf>=2.3.0
hydra-core>=1.3.0
tqdm>=4.65.0
coloredlogs>=15.0.0
# 3D and rendering
nvdiffrast>=0.3.0
pytorch3d>=0.7.0
pyrender>=0.1.45
pyglet>=1.5.0
moderngl>=5.0.0
# Scientific computing
scikit-learn>=1.4.0
scikit-image>=0.22.0
pandas>=2.0.0
# Flash attention (optional, improves performance)
flash-attn>=2.0.0
# Additional utilities
h5py>=3.10.0
imageio>=2.34.0
imageio-ffmpeg>=0.6.0
plyfile>=1.0.0
pymeshfix>=0.17.0
# Development
pytest>=8.0.0
black>=24.0.0