Detectron2: How do I add a new roi_head and make this branch predict multiple classes?
I want to train a model that has 2 sets of classifications. The first one is the category of the object (this has been implemented) and it works, while the second is the property of the object, and here the complexity lies here because an object can have zero, one or more properties.