Atten4Vis / ConditionalDETR

This repository is an official implementation of the ICCV 2021 paper "Conditional DETR for Fast Training Convergence". (https://arxiv.org/abs/2108.06152)
Apache License 2.0
358 stars 48 forks source link

How to download CDETR pretrained weights? #35

Closed ppeterpp closed 1 year ago

ppeterpp commented 1 year ago

I use the link for "Conditional DETR-DC5-R50" in the model zoo section, but it appears to be invalid.

charlesCXK commented 1 year ago

Hi, the OneDrive links have been updated.

ppeterpp commented 1 year ago

Thanks for your reply! I have fixed that using torch.hub.load instead.