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
Hi, I need help with the evaluation model on the coco dataset. As I am using the model pre-trained on coco, I would expect a similar result as stated; however, I got the wrong results, suspecting using wrong output format, and I needed help to come up with the correct solution. I use YOLO_NAS_S
modify the 'category_id', the value of category_id should be corresponding to categrey ids with instances_val2017.json.
e.g the category id is in range 1 to 90.
However, the prediction id ranges 1 to 80. it would work if you generated a map to map the predicted id to the category id.
💡 Your Question
Hi, I need help with the evaluation model on the coco dataset. As I am using the model pre-trained on coco, I would expect a similar result as stated; however, I got the wrong results, suspecting using wrong output format, and I needed help to come up with the correct solution. I use YOLO_NAS_S
However, I got 5-10% precision. Thanks for every suggestion!
Versions
No response
The text was updated successfully, but these errors were encountered: