AILab-CVC / YOLO-World

[CVPR 2024] Real-Time Open-Vocabulary Object Detection
https://www.yoloworld.cc
GNU General Public License v3.0
3.93k stars 383 forks source link

Normal for confidence level to always be at 1.00? #352

Open XieKaiwen opened 1 month ago

XieKaiwen commented 1 month ago

I have tried with my trained model and multiple times the model has detected everything with 1.00 score, even when making mistakes.

Is there anything I am doing wrong, because i think 1.00 score for everything is abit suspicious

wondervictor commented 1 month ago

Can you provide some samples?

XieKaiwen commented 1 month ago

image image Here is an example of the annotated image vs original images

as can be seen, the model is predicting with 1.0 confidence even on random spots. image

I do realise the model needs more training, but does this problem get better with more training?