Spaces:
Running
on
T4
Running
on
T4
MikkoLipsanen
commited on
Commit
•
9967258
1
Parent(s):
1b8184e
Add requirements.txt
Browse files- requirements.txt +14 -0
requirements.txt
ADDED
@@ -0,0 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
matplotlib
|
2 |
+
numpy
|
3 |
+
onnx
|
4 |
+
onnxruntime
|
5 |
+
onnxruntime-gpu
|
6 |
+
opencv-python
|
7 |
+
optimum
|
8 |
+
pandas
|
9 |
+
pillow
|
10 |
+
shapely
|
11 |
+
torch
|
12 |
+
torchvision
|
13 |
+
transformers
|
14 |
+
ultralytics
|