-
Notifications
You must be signed in to change notification settings - Fork 21.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
What is the latest version of YOLO? Is V5 a scam? #2198
Comments
The latest version - YOLOv4 (YOLOv4 and Scaled-YOLOv4), with paper, with URLs from official repository, and with the best Accuracy/Speed among all known algorithms. YOLOv5-Ultralytics - model is worse than Scaled-YOLOv4, without a scientific article.
AP50:95 - FPS (Tesla V100) Paper: https://arxiv.org/abs/2011.08036
|
Firstly, thank you for your detailed explanation about where YOLO comes from, who firstly invented YOLO and how YOLO is currently going. After knowing these information, as a beginner of AI I can tell why the article I referenced in my question is so confusing. In the video mentioned in the article, they claimed that their fake YOLOV5 aiming at different perspectives ,e.g. ease of use, exportability, memory requirement, etc... With not much AI background knowledge, as a beginner, I don't think their fake YOLOV5 should use the name YOLO at all. As a beginner of AI, I dislike this kind of behavior, as it is waste of my time to learn such a fake architecture and I am sure there are many beginners who will have similar experience as mine, but not all of them have luck to discovered that "YOLOV5" is a fake one. So as an owner of YOLO V4, and the owner of YOLO V3 and all other owners of YOLO should do something to make people aware of this wrongdoing. So here is my thought, I feel that many of users(developers) will be familiar with Python and PyTorch framework based AI models versus C based YOLO models. This is where the selling point of the fake YOLO V5 is. Therefore, why not the owner(@AlexeyAB ) of this YOLO V4, create an authentic YOLO V4 for PyTorch(Python) version model? I feel this is a better way to defeat the fake one. |
I am not opposed the Ultralytics repository. I am opposed to unfair comparisons with YOLOv4. |
YOLOv4 training and inference on different frameworks / libraries: Pytorch-implementations:
TensorFlow: https://github.com/hunglc007/tensorflow-yolov4-tflite OpenCV (YOLOv4 built-in OpenCV): https://github.com/opencv/opencv TensorRT: https://github.com/ceccocats/tkDNN Tencent/NCNN: https://github.com/Tencent/ncnn OpenDataCam: https://github.com/opendatacam/opendatacam#-hardware-pre-requisite BMW-InnovationLab - Training with YOLOv4 has never been so easy (monitor it in many different ways like TensorBoard or a custom REST API and GUI): |
Hi guys,
I am learning the YOLO, it looks great~!
I think this Github repo and this website are the official websites for YOLO?
But recently I saw an article talking about YOLO V5.
My 1st thought is : what? Since what time does YOLO get V5??
I searched from the Cornell University and could not find anything about YOLO V5 either.
Appreciated,
Winston
The text was updated successfully, but these errors were encountered: