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
By default background (in segmentation masks) is assumed to be 0. However other frameworks like detectron2 expects background to be the last index i.e. if there are n classes, background should be n+1. Would be a nice option to have
The text was updated successfully, but these errors were encountered:
By default background (in segmentation masks) is assumed to be 0. However other frameworks like detectron2 expects background to be the last index i.e. if there are n classes, background should be n+1. Would be a nice option to have
The text was updated successfully, but these errors were encountered: