Spaces:
Running
Running
Commit
·
33e33f3
1
Parent(s):
8efa29f
Upload 3 files
Browse files- best.pt +3 -0
- best2.pt +3 -0
- requirements.txt +30 -0
best.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f720384e204e2cb1dec5f8b14c387d771609eaad8d6ddfb6b4992284df045547
|
3 |
+
size 133
|
best2.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0c71ac9f83a1690701d31927208ed8c5fee225652564b790547a046823633d65
|
3 |
+
size 133
|
requirements.txt
ADDED
@@ -0,0 +1,30 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# YOLOv5 requirements
|
2 |
+
# Usage: pip install -r requirements.txt
|
3 |
+
|
4 |
+
# Base ----------------------------------------
|
5 |
+
matplotlib>=3.2.2
|
6 |
+
numpy>=1.18.5
|
7 |
+
opencv-python-headless
|
8 |
+
Pillow>=7.1.2
|
9 |
+
PyYAML>=5.3.1
|
10 |
+
requests>=2.23.0
|
11 |
+
scipy>=1.4.1 # Google Colab version
|
12 |
+
torch>=1.7.0
|
13 |
+
torchvision>=0.8.1
|
14 |
+
scikit-image
|
15 |
+
tqdm>=4.41.0
|
16 |
+
protobuf<4.21.5 # https://github.com/ultralytics/yolov5/issues/8012
|
17 |
+
|
18 |
+
|
19 |
+
# Plotting ------------------------------------
|
20 |
+
pandas>=1.1.4
|
21 |
+
seaborn>=0.11.0
|
22 |
+
|
23 |
+
|
24 |
+
# Extras --------------------------------------
|
25 |
+
ipython # interactive notebook
|
26 |
+
psutil # system utilization
|
27 |
+
thop # FLOPs computation
|
28 |
+
streamlit
|
29 |
+
wget
|
30 |
+
ultralytics
|