You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have searched the YOLOv5 issues and discussions and found no similar questions.
Question
After converting to tf lite I always get the same probabilities for all classes python export.py --weights best.pt --img 1280 --include tflite --nms --topk-per-class 2 --topk-all 20 --int8
Search before asking
Question
After converting to tf lite I always get the same probabilities for all classes
python export.py --weights best.pt --img 1280 --include tflite --nms --topk-per-class 2 --topk-all 20 --int8Additional
No response