Commit ·
548df6d
1
Parent(s): e06ae1f
Update YOLO weights from 'icons' training run and update requirements
Browse files- requirements.txt +2 -1
- yolo_weights/best.pt +2 -2
requirements.txt
CHANGED
|
@@ -1,5 +1,6 @@
|
|
| 1 |
gradio>=5.0.0
|
| 2 |
-
numpy
|
|
|
|
| 3 |
Pillow>=10.0.0
|
| 4 |
tqdm>=4.0.0
|
| 5 |
joblib>=1.0.0
|
|
|
|
| 1 |
gradio>=5.0.0
|
| 2 |
+
numpy>=2.0.0
|
| 3 |
+
albumentations>=1.4.0
|
| 4 |
Pillow>=10.0.0
|
| 5 |
tqdm>=4.0.0
|
| 6 |
joblib>=1.0.0
|
yolo_weights/best.pt
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b27f2dfbbe5ae2d1e502f2aff601995aaa91efba5b1705fa5eec77bf0c692ca6
|
| 3 |
+
size 40519340
|