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
Suppose I have a mixture of datasets, some of them only have bbox annotations, and some of them have both bbox and mask annotations.
I wonder what is the easiest way to train a Mask R-CNN with this mixed dataset. Should I use different dataloader for different dataset, and then modify the trainer so that it can handle each type of supervision individually?