Spaces:
Build error
Build error
Commit
·
5cee3cf
1
Parent(s):
6e9df5f
Upload requirements.txt
Browse files- requirements.txt +19 -0
requirements.txt
ADDED
|
@@ -0,0 +1,19 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# Base-----------------------------------
|
| 2 |
+
matplotlib==3.2.2
|
| 3 |
+
numpy
|
| 4 |
+
opencv-python
|
| 5 |
+
|
| 6 |
+
git+https://github.com/openai/CLIP.git
|
| 7 |
+
# Pillow>=7.1.2
|
| 8 |
+
# PyYAML>=5.3.1
|
| 9 |
+
# requests>=2.23.0
|
| 10 |
+
# scipy>=1.4.1
|
| 11 |
+
# torch
|
| 12 |
+
# torchvision
|
| 13 |
+
# tqdm>=4.64.0
|
| 14 |
+
|
| 15 |
+
# pandas>=1.1.4
|
| 16 |
+
# seaborn>=0.11.0
|
| 17 |
+
|
| 18 |
+
# Ultralytics-----------------------------------
|
| 19 |
+
ultralytics==8.0.121
|