Update README.md
#1
by
andersgb1
- opened
README.md
CHANGED
|
@@ -12,11 +12,12 @@ base_model:
|
|
| 12 |
5. sting_can
|
| 13 |
6. alaninu
|
| 14 |
7. alaninu_can
|
|
|
|
| 15 |
|
| 16 |
# Dataset and training
|
| 17 |
Link to dataset: https://mediacatch.fra1.digitaloceanspaces.com/logo_recognition/data/redbull-competitors.zip.
|
| 18 |
|
| 19 |
-
|
| 20 |
|
| 21 |
To train on a single RTX 3090:
|
| 22 |
```bash
|
|
@@ -51,18 +52,18 @@ results = model("https://ultralytics.com/images/zidane.jpg", conf=0.5, imgsz=128
|
|
| 51 |
|
| 52 |
# Labels
|
| 53 |
|
| 54 |
-
<img src="
|
| 55 |
|
| 56 |
# Results
|
| 57 |
|
| 58 |
-
<img src="
|
| 59 |
|
| 60 |
-
<img src="
|
| 61 |
|
| 62 |
-
<img src="
|
| 63 |
|
| 64 |
-
<img src="
|
| 65 |
|
| 66 |
-
<img src="
|
| 67 |
|
| 68 |
-
<img src="
|
|
|
|
| 12 |
5. sting_can
|
| 13 |
6. alaninu
|
| 14 |
7. alaninu_can
|
| 15 |
+
8. white_monster_can
|
| 16 |
|
| 17 |
# Dataset and training
|
| 18 |
Link to dataset: https://mediacatch.fra1.digitaloceanspaces.com/logo_recognition/data/redbull-competitors.zip.
|
| 19 |
|
| 20 |
+
Local copy: `/datasets/logo/logos/redbull-competitors`.
|
| 21 |
|
| 22 |
To train on a single RTX 3090:
|
| 23 |
```bash
|
|
|
|
| 52 |
|
| 53 |
# Labels
|
| 54 |
|
| 55 |
+
<img src="labels.jpg" alt="labels" width="75%"/>
|
| 56 |
|
| 57 |
# Results
|
| 58 |
|
| 59 |
+
<img src="results.png" alt="results" width="75%"/>
|
| 60 |
|
| 61 |
+
<img src="BoxPR_curve.png" alt="BoxPR_curve" width="50%"/>
|
| 62 |
|
| 63 |
+
<img src="BoxP_curve.png" alt="BoxP_curve" width="50%"/>
|
| 64 |
|
| 65 |
+
<img src="BoxR_curve.png" alt="BoxR_curve" width="50%"/>
|
| 66 |
|
| 67 |
+
<img src="BoxF1_curve.png" alt="BoxF1_curve" width="50%"/>
|
| 68 |
|
| 69 |
+
<img src="confusion_matrix_normalized.png" alt="confusion_matrix_normalized" width="50%"/>
|