Skip to content

Update ultralytics/yolov5 Transforms

Pre-release
Pre-release
Compare
Choose a tag to compare
@zjykzj zjykzj released this 07 Jul 15:40
· 4 commits to master since this release
  1. update ultralytics/yolov5(485da42) transforms, add Mosaic/Perspective and so on.
  • Train using the VOC07+12 trainval dataset and test using the VOC2007 Test dataset with an input size of 448x448. give the result as follows
Original (darknet) Original (darknet) abeardear/pytorch-YOLO-v1 zjykzj/YOLOv1(This) zjykzj/YOLOv1(This) zjykzj/YOLOv1(This) zjykzj/YOLOv1(This)
ARCH YOLOv1 FastYOLOv1 ResNet_YOLOv1 YOLOv1(S=14) FastYOLOv1(S=14) YOLOv1 FastYOLOv1
VOC AP[IoU=0.50] 63.4 52.7 66.5 71.71 60.38 66.85 52.89

After this update, the implementation of zjykzj/YOLOv1 has completely surpassed the training results of the paper