Upload requirements.txt with huggingface_hub
Browse files- requirements.txt +20 -0
requirements.txt
ADDED
|
@@ -0,0 +1,20 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# Core
|
| 2 |
+
torch>=2.2
|
| 3 |
+
numpy
|
| 4 |
+
einops
|
| 5 |
+
scipy
|
| 6 |
+
opencv-python-headless
|
| 7 |
+
pyyaml
|
| 8 |
+
tqdm
|
| 9 |
+
imageio
|
| 10 |
+
|
| 11 |
+
# Rendering (differentiable Gaussian rasterizer with depth support)
|
| 12 |
+
gsplat>=1.0
|
| 13 |
+
|
| 14 |
+
# Perceptual / metrics
|
| 15 |
+
lpips
|
| 16 |
+
scikit-image
|
| 17 |
+
|
| 18 |
+
# Dev
|
| 19 |
+
pytest
|
| 20 |
+
matplotlib
|