-
-
Notifications
You must be signed in to change notification settings - Fork 303
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
Pytorch RTDETR #42
Comments
Thanks for your tireless efforts on our behalf! |
May I ask if rt detr has used dynamic anchor box updates for dab-detr? |
Thanks for RT-DETR :) It would be so valuable if the links for the weights were in the README.md. |
Thanks for this amazing repo! |
Is the only change indeed changing the depth_mult to 0.33 and the eval_idx to 2 to reproduce the scaled R18 in the paper? |
code
https://github.com/lyuwenyu/RT-DETR/tree/main/rtdetr_pytorch
weight
rtdetr_r18vd_5x_coco_objects365_from_paddle.pth
rtdetr_r18vd_1x_objects365_from_paddle.pth
rtdetr_r50vd_6x_coco_from_paddle.pth
rtdetr_r50vd_2x_coco_objects365_from_paddle.pth
rtdetr_r50vd_1x_objects365_from_paddle.pth
rtdetr_r101vd_6x_coco_from_paddle.pth
rtdetr_r101vd_2x_coco_objects365_from_paddle.pth
rtdetr_r101vd_1x_objects365_from_paddle.pth
logs
log_rtdetr_r50vd_coco_pytorch.txt
The text was updated successfully, but these errors were encountered: