Coding With Fun
Home Docker Django Node.js Articles Python pip guide FAQ Policy

When did the yolov4 pytorch model get released?


Asked by Hakeem Sloan on Dec 10, 2021 FAQ



After a few days of the release of the YOLOv4 model on 27 May 2020, YOLOv5 got released by Glenn Jocher (Founder & CEO of Utralytics ). It was publicly released on Github here. Glenn introduced the YOLOv5 Pytorch based approach, and Yes!
Additionally,
UPDATE 2020-06-06: YOLO v4 has been recently published and implemented in PyTorch and can be found at https://github.com/Tianxiaomo/pytorch-YOLOv4. tl:dr: YOLO (for "you only look once") v3 is a relatively recent (April 2018) architecture design for object detection.
Keeping this in consideration, YOLOv4 is a real-time object detection model that was published in the April of 2020. It achieved state-of-the-art performance on the COCO dataset for object detection.
Likewise,
There are 4 different models in the repository: YOLOv5s, YOLOv5m, YOLOv5l, YOLOv5x. The first is the smallest and least accurate, the last one is the largest with the greatest accuracy. All models run on PyTorch.
Thereof,
Reliving many in the computer vision community, the 4th generation of YOLO has been released in April 2020. It has been introduced in a paper titled ‘ YOLOv4: Optimal Speed and Accuracy of Object Detection’ by Alexey Bochkovskiy et al. Furthermore, Redmon’s work was continued by Alexey in the fork of the main repository.