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
Hi ,
Is that possible to use the category id of the coco pretrained model on our custom dataset, for example,
if in Coco ds --> chair: 56, bed : 59,
then our custom ds--> bed :59, chair: 56, curtain : 81, lamp : 82... etc (so the added labels are started from the last classes+1 in coco label)
I am wondering if it can improve the fine tuning model performance because i have some similar labels with coco label in the custom dataset. Or do you have any suggestions?
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.
-
Hi ,
Is that possible to use the category id of the coco pretrained model on our custom dataset, for example,
if in Coco ds --> chair: 56, bed : 59,
then our custom ds--> bed :59, chair: 56, curtain : 81, lamp : 82... etc (so the added labels are started from the last classes+1 in coco label)
I am wondering if it can improve the fine tuning model performance because i have some similar labels with coco label in the custom dataset. Or do you have any suggestions?
Thank you
Beta Was this translation helpful? Give feedback.
All reactions