jozhang97 / DETA

Detection Transformers with Assignment
Apache License 2.0
241 stars 20 forks source link

map question #6

Open lijain opened 1 year ago

lijain commented 1 year ago

Thank you for sharing the code. I want to ask you how to set the epoch50 for your training? I verified that 12 and 24 are OK, but the results of 50 rounds of Deformable Detr are almost the same as those of 24 rounds. Is it not good to add more rounds later

jozhang97 commented 1 year ago

Thanks for verifying the 12/24ep schedules are OK. For 50eps, we follow DeformDETR and drop learning rate at 40ep.

We also noticed that the model seems to converge at around 24ep and training for longer does not help. The nice work in DINO seems to have similar findings. I copy their table below from here.

Screen Shot 2022-12-29 at 1 39 42 PM