Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Possible to remove Detectron2 like YOLOS? #24

Open
jordanparker6 opened this issue Aug 11, 2022 · 1 comment
Open

Possible to remove Detectron2 like YOLOS? #24

jordanparker6 opened this issue Aug 11, 2022 · 1 comment

Comments

@jordanparker6
Copy link

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

@Yuxin-CV
Copy link
Member

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants