Closed sf-pear closed 1 year ago
Hi @sf-pear,
Unfortunately, no, but this seems to be happing because:
only found 0 imgs in class 19
so because no images with class 19 were found, when you did min() then, you got an error. to do active ft selection, the model needs to detect some objects.
What I would do in your case is that in cases where the model detected NO objects, you do not do active selecting and instead randomly select some images with that object.
This probably is happening because your dataset is much smaller than COCO.
Best, Orr
Makes sense, thank you very much for your help!
Hi @sf-pear, If you have difficulty making it work, LMK. Best Orr
Hi Orr, everything was going smoothly until I got to task 4. At the end when generating the exemplar file for task 4, I got the following error:
How I ran it:
Have you come across this before?