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 am looking to add training to a model in the model zoo specifically a PanopticFPN model
I have a few doubts regarding the category section.
I assume if the model was already trained with COCO then certain categories are already defined. Looking at the prepare_panoptic_fpn it imports COCO_CATEGORIES which defines ids for about 200 different items.
Therefore in my annotations if I want to extend the existing model with a new class then I should set that object id to 201? Or does it matter?
When I train does it remember the old category ids and thus if I train with category 1 the training will enhance the already trained category for number 1? Or will it treat category 1 as a new category?
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
-
Hi,
I am looking to add training to a model in the model zoo specifically a PanopticFPN model
I have a few doubts regarding the category section.
I assume if the model was already trained with COCO then certain categories are already defined. Looking at the prepare_panoptic_fpn it imports COCO_CATEGORIES which defines ids for about 200 different items.
Therefore in my annotations if I want to extend the existing model with a new class then I should set that object id to 201? Or does it matter?
When I train does it remember the old category ids and thus if I train with category 1 the training will enhance the already trained category for number 1? Or will it treat category 1 as a new category?
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions