NghiMe commited on
Commit
fb897f0
·
verified ·
1 Parent(s): 22e5138

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +4 -3
README.md CHANGED
@@ -14,6 +14,8 @@ tags:
14
 
15
  YOLOv8 model for detecting **Vietnam residential-zone traffic signs**: **R420** (Bắt đầu khu dân cư) and **R421** (Hết khu dân cư). Trained on [NghiMe/vietspeedyolo](https://huggingface.co/datasets/NghiMe/vietspeedyolo) (Hugging Face dataset).
16
 
 
 
17
  ## Classes
18
 
19
  | ID | Label | Sign | Description |
@@ -56,9 +58,8 @@ yolo detect predict model=best.pt source=path/to/images
56
 
57
  ## Training
58
 
59
- - **Base:** YOLOv8n
60
- - **Data:** 2-class YOLO dataset (train/val), see [dataset card](https://huggingface.co/datasets/NghiMe/vietspeedyolo)
61
- - **Epochs:** 80 (default)
62
  - **Image size:** 640
63
 
64
  ## License
 
14
 
15
  YOLOv8 model for detecting **Vietnam residential-zone traffic signs**: **R420** (Bắt đầu khu dân cư) and **R421** (Hết khu dân cư). Trained on [NghiMe/vietspeedyolo](https://huggingface.co/datasets/NghiMe/vietspeedyolo) (Hugging Face dataset).
16
 
17
+ This release uses the **YOLOv8s + offline augmentation** checkpoint, which correctly distinguishes R420 (start of zone) from R421 (end of zone, red diagonal line).
18
+
19
  ## Classes
20
 
21
  | ID | Label | Sign | Description |
 
58
 
59
  ## Training
60
 
61
+ - **Base:** YOLOv8s (small)
62
+ - **Data:** 2-class YOLO dataset with offline augmentation (flip+color, rotate90+noise), see [dataset card](https://huggingface.co/datasets/NghiMe/vietspeedyolo)
 
63
  - **Image size:** 640
64
 
65
  ## License