Spaces:
Running
Running
Add HF requirements
Browse files- requirements.txt +19 -0
requirements.txt
ADDED
@@ -0,0 +1,19 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
torch
|
2 |
+
torchvision
|
3 |
+
numpy
|
4 |
+
opencv-python
|
5 |
+
Pillow
|
6 |
+
tqdm>=4.36.0
|
7 |
+
matplotlib
|
8 |
+
plotly
|
9 |
+
scipy
|
10 |
+
omegaconf
|
11 |
+
pytorch-lightning
|
12 |
+
torchmetrics
|
13 |
+
lxml
|
14 |
+
rtree
|
15 |
+
scikit-learn
|
16 |
+
geopy
|
17 |
+
exifread
|
18 |
+
perspective2d @ git+https://github.com/jinlinyi/PerspectiveFields.git
|
19 |
+
urllib3>=2
|