Browse Source

YOLOv1-r18 on VOC

yjh0410 1 year ago
parent
commit
896e691993
1 changed files with 1 additions and 1 deletions
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -21,7 +21,7 @@
 | Model       | Batch | Scale | AP<sup>val<br>0.5 | Weight |  Logs  |
 |-------------|-------|-------|-------------------|--------|--------|
 | YOLOv1-R18  | 1xb16 |  640  |       73.8        | [ckpt](https://github.com/yjh0410/YOLO-Tutorial-v2/releases/download/yolo_tutorial_ckpt/yolov1_r18_voc.pth) | [log](https://github.com/yjh0410/YOLO-Tutorial-v2/releases/download/yolo_tutorial_ckpt/YOLOv1-R18-VOC.txt) |
-| YOLOv2-R18  | 1xb16 |  640  |               | [ckpt]() | [log]() |
+| YOLOv2-R18  | 1xb16 |  640  |       75.1        | [ckpt](https://github.com/yjh0410/YOLO-Tutorial-v2/releases/download/yolo_tutorial_ckpt/yolov2_r18_voc.pth) | [log](https://github.com/yjh0410/YOLO-Tutorial-v2/releases/download/yolo_tutorial_ckpt/YOLOv2-R18-VOC.txt) |
 | YOLOv3-S    | 1xb16 |  640  |               | [ckpt]() | [log]() |
 | YOLOv5-S    | 1xb16 |  640  |               | [ckpt]() | [log]() |
 | YOLOv5-AF-S | 1xb16 |  640  |               | [ckpt]() | [log]() |