Skip to content
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

Should I still use yolov5 v4.0? #11

Open
caichunjian520 opened this issue May 11, 2023 · 1 comment
Open

Should I still use yolov5 v4.0? #11

caichunjian520 opened this issue May 11, 2023 · 1 comment

Comments

@caichunjian520
Copy link

Sorry, this is not a issue, but I would like to ask about the comparison between yolov5 v4.0 and yolov8.

To get NMS, I used yolov5 v4.0 and this repo for 1 year. But yolov8 came out and it support NMS.

My iOS project use yolov5s and yolov5x model, one for speed, one for accuracy.

Should I still use yolov5 v4.0 or go with yolov8?

@Leon0402
Copy link
Contributor

We can't give you specifics on which model is better as we neither developed yolov5 nor yolov8. We developed this repository as we wanted to use yolov5 on iOS, but at the time the model did not support NMS and wasn't optmized for IOS at all.

There has always been a few naming issues with yolo as the different versions (yolov1 - yolov8) were not created by the same persons. So I would be somewhat careful with promises that one model is the sucessor of the other. It seem thoug that yolov8 was created by the same company and they advertise their new model to be faster than yolov5. So I would give it a shot! Just see what works best for your use case.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants