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
I wonder if there is a way to know what each category correspond to?
for example in coco we do catIds = coco.getCatIds(catNms=['cat']);
o get all the images that have cats, how can we do it here as well?
Thanks
The text was updated successfully, but these errors were encountered:
❓ Questions and Help
I wonder if there is a way to know what each category correspond to?
for example in coco we do
catIds = coco.getCatIds(catNms=['cat']);
o get all the images that have cats, how can we do it here as well?
Thanks
The text was updated successfully, but these errors were encountered: