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
It works well, but my question is: the example starts from a pretrained coco net, so why the inference detect only ballons and not persons in the examples at the end? Person class are preset in coco dataset. The trained net seem to "forget" the coco classes and detect only new added from my self. How can I have a net that detect all default coco classes and new classes added? Thanks.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Dear Detectron2 users,
I'm using the following Colab in order to add a custom class:
https://detectron2.readthedocs.io/en/latest/tutorials/getting_started.html
It works well, but my question is: the example starts from a pretrained coco net, so why the inference detect only ballons and not persons in the examples at the end? Person class are preset in coco dataset. The trained net seem to "forget" the coco classes and detect only new added from my self. How can I have a net that detect all default coco classes and new classes added? Thanks.
Beta Was this translation helpful? Give feedback.
All reactions