ouyanghaodong / DEYO

Implementation of paper - DEYO: DETR with YOLO for End-to-End Object Detection
GNU Affero General Public License v3.0
69 stars 5 forks source link

Error while model evaluation "selected index k out of range" #22

Open Angitha10 opened 2 months ago

Angitha10 commented 2 months ago

Screenshot 2024-07-18 133751

I tried running this repo multiple times , it is showing the above error. What could be the reason for it and how can I rectify it?

ouyanghaodong commented 2 months ago

You can try printing the shape of the output, which might help better locate the problem.

kennyvoo commented 2 weeks ago

I‘ve encountered the same issue. You just need to modify num_select from this line to 100 When using DEYO-tiny , the number of query is 100.