-
-
Notifications
You must be signed in to change notification settings - Fork 17.2k
Closed as not planned
Labels
StaleStale and schedule for closing soonStale and schedule for closing soonquestionFurther information is requestedFurther information is requested
Description
Search before asking
- 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
array([[0.6280124, 0.6280124, 0.6280124, 0.6280124, 0.6280124, 0.6280124,
0.6280124, 0.6280124, 0.6280124, 0.6280124, 0. , 0. ,
0. , 0. , 0. , 0. , 0. , 0. ,
0. , 0. ]], dtype=float32)
Additional
No response
Metadata
Metadata
Assignees
Labels
StaleStale and schedule for closing soonStale and schedule for closing soonquestionFurther information is requestedFurther information is requested