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
Hello everybody,
first of all, thanks a lot for building this awesome library!
I have checked the docs and could not find a clear answer to my question, so asking here.
I am currently using a mask_rcnn model and I am not sure whether MODEL.ROI_HEADS.NUM_CLASSES should include background or not (e.g. if my dataset includes only dogs, NUM_CLASSES should be 2).