Spaces:
Build error
Build error
Upload requirement.txt
Browse files- requirement.txt +14 -0
requirement.txt
ADDED
@@ -0,0 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
torch
|
2 |
+
torchvision
|
3 |
+
numpy
|
4 |
+
einops
|
5 |
+
numbers
|
6 |
+
pillow
|
7 |
+
opencv-python-headless
|
8 |
+
argparse
|
9 |
+
time
|
10 |
+
matplotlib
|
11 |
+
warnings
|
12 |
+
onnx
|
13 |
+
onnxruntime
|
14 |
+
scikit-image
|