Closed KaleemW closed 2 years ago
Hi @KaleemW,
Please try loading MDef_DETR_r101_epoch20.pth checkpoints. If you will still get an error then please post the full error message along with the process you are following for loading the weights here. I hope it will be helpful. Thank you
Thanks a lot. It worked. Just wanted to know one last thing that is there a cpu implementation available for this project. I ran successfully with cuda but without cuda it doesnt compile MSDA...
Thanks a lot. It worked. Just wanted to know one last thing that is there a cpu implementation available for this project. I ran successfully with cuda but without cuda it doesnt compile MSDA...
Hi @KaleemW,
Unfortunately, only GPU implementation is available at the moment.
Ok Sir! Thank You for your help.
@mmaaz60 hi could you tell me what is the inference speed of your model? and how to do batch inference to improve the efficiency? Thanks.
Hi @Edwardmark,
Thank you for your interest in our work. Please refer to the Table 10 of our paper for inference speed. Further, the batch inference implementation is available at modulated_detection.py.
I hope it will help. Thank You.
Which checkpoints in drive link you provided will load correctly in default MDefDETR model without any errors? Im getting missing/unexpected keys errors.