Replies: 2 comments
-
Hi, thanks for the reply but I don't understand. I'm aware the documentation, where is explained what I need? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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