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

When i use yolov5 scripts to predict yolov8 model i am getting abnormal scores, predictions #2

Open
ajithvcoder opened this issue Apr 26, 2023 · 4 comments

Comments

@ajithvcoder
Copy link

I trained a custom model and i am using your yolov5 scripts . The output tensor when i use yolov8 model is not matching with python version should i need to update your yolov5 script for yolov8 ? Also the scores, labels, boxes are going to 10000, 2000 ranges

@craft-zhang
Copy link
Owner

Of course, the project is pretty ugly right now. The support for different versions of yolo is also messy. But thank you very much for your contribution and support.

@ajithkumarmcw
Copy link

thanks for your reply could you give me any links which would work for float32 model for yolov8

@craft-zhang
Copy link
Owner

currently the scores, labels, and boxes are hard coded in the YOLO::run() method and for the input data format you can ref

} else if (_in_type == kTfLiteUInt8) {

@ajithvcoder
Copy link
Author

okay thanks

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

3 participants