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

Hi, I have some questions about data set partitioning. #6

Closed luoyq6 closed 1 year ago

luoyq6 commented 1 year ago

85b519c3810fc2a388d5d2cc8344a39 As shown in the figure above, in the results of this table, does the pre-training Data except backbone include the 1% Data that is fine-tuned

liming-ai commented 1 year ago

85b519c3810fc2a388d5d2cc8344a39 As shown in the figure above, in the results of this table, does the pre-training Data except backbone include the 1% Data that is fine-tuned

Hi, this result means we pre-train the neck & head on the coco train dataset, and then fine-tuned the whole model with 1% coco images and annotations

liming-ai commented 1 year ago

Feel free to re-open this issue if you have more questions