hustvl/MIMDet

Possible to remove Detectron2 like YOLOS?

jordanparker6 opened this issue · 1 comments

Is it possible to remove the Detectron2 dependency and use MIMDet more like YOLOS / DETR?

Hi, we use Detectron2 for Mask R-CNN as the detector. MIMDet is essentially a adapted backbone \ feature extractor from MAE pre-trained representations. So in principal it is ok to use any task layer for det or seg, etc.

If you choose YOLOS or DETR as your object detector (a.k.a. task layer), Detectron2 is not necessary.