Files changed (1) hide show
  1. README.md +9 -8
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
- A local copy should be here: `/datasets/logo/redbull-competitors`.
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="https://cdn-uploads.huggingface.co/production/uploads/6060ef1f373fe13f4d3d1fe1/A56CNJQWSc8Cg9xXohSdr.jpeg" alt="labels" width="75%"/>
55
 
56
  # Results
57
 
58
- <img src="https://cdn-uploads.huggingface.co/production/uploads/6060ef1f373fe13f4d3d1fe1/wCIBMfMk7Zo714NVXu-v0.png" alt="results" width="75%"/>
59
 
60
- <img src="https://cdn-uploads.huggingface.co/production/uploads/6060ef1f373fe13f4d3d1fe1/k7fcWBcDExnw4fkPDtrda.png" alt="BoxPR_curve" width="50%"/>
61
 
62
- <img src="https://cdn-uploads.huggingface.co/production/uploads/6060ef1f373fe13f4d3d1fe1/msUNKw8jjSCDse0uJ3M0T.png" alt="BoxP_curve" width="50%"/>
63
 
64
- <img src="https://cdn-uploads.huggingface.co/production/uploads/6060ef1f373fe13f4d3d1fe1/xL92XYn6sBqXuQ8Ygvf_c.png" alt="BoxR_curve" width="50%"/>
65
 
66
- <img src="https://cdn-uploads.huggingface.co/production/uploads/6060ef1f373fe13f4d3d1fe1/14-SD6DQTyXRIpwMZbiDt.png" alt="BoxF1_curve" width="50%"/>
67
 
68
- <img src="https://cdn-uploads.huggingface.co/production/uploads/6060ef1f373fe13f4d3d1fe1/WT60cB3Ns2GVtVWuE3Sit.png" alt="confusion_matrix_normalized" width="50%"/>
 
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%"/>