liming-ai / AlignDet

Official code for ICCV 2023 Paper: AlignDet: Aligning Pre-training and Fine-tuning in Object Detection.
https://liming-ai.github.io/AlignDet/
Apache License 2.0
142 stars 13 forks source link

About other framework. #20

Closed JoaquinChou closed 1 year ago

JoaquinChou commented 1 year ago

Have you tried experimenting with AlignDet in the yolo series?

liming-ai commented 1 year ago

No, our code is based on the mmdetection framework. We did not design experiments beyond FOCS/RetinaNet/Mask R-CNN/DETR. RetinaNet is the representative method of the one-stage anchor-based detector in our paper.