hasanirtiza / Pedestron

[Pedestron] Generalizable Pedestrian Detection: The Elephant In The Room. @ CVPR2021
https://openaccess.thecvf.com/content/CVPR2021/papers/Hasan_Generalizable_Pedestrian_Detection_The_Elephant_in_the_Room_CVPR_2021_paper.pdf
Apache License 2.0
685 stars 159 forks source link

Links to download pretrained model are not working. #98

Closed SamihaSara closed 3 years ago

SamihaSara commented 3 years ago

I have tried to download pretrained models to run demo of Pedestron. But links are not working, Could you please check? Also, Could you please check this issue https://github.com/hasanirtiza/Pedestron/issues/96#issuecomment-835696376? Thanks.

hasanirtiza commented 3 years ago

True, some of the links are back (cascade(HR) on cityperson, cascade(MobNet) on cityperson, MGAN(VGG) on cityperson and cascade(HR) on ECP and Cascade(HR) on Crowdhuman). Remaining links will be back as well in 2 or 3 days hopefully. If there is a specific pre-trained model you want then let me know , I can prioritize that one.

SamihaSara commented 3 years ago

Thanks for helping. I am interested in Pre-trained models of Cascade Mask-R-CNN and Faster R-CNN on CityPersons, EuroCity Persons, WiderPedestrian Challenge Dataset.

WYJSJTU commented 3 years ago

Thanks for helping. I also found the CSP on CityPersons is not available.

hasanirtiza commented 3 years ago

Thanks for helping. I also found the CSP on CityPersons is not available.

CSP pre-trained model link is also back.

ashep29 commented 3 years ago

Hi @hasanirtiza, it appears that the link to the RetinaNet model is broken. How do I access it?

hasanirtiza commented 3 years ago

Hi, we have updated the benchmarking table and you can see which models are available. For the moment, we do not have the link for pre-trained model of RetinaNet and I cannot provide a timeline. Perhaps, you can try the configs yourself and train a model that might be the fastest option as of now.

ashep29 commented 3 years ago

Thanks @hasanirtiza. Could you please tell me the best way to change the nms from soft to greedy and/or change the iou threshold?

hasanirtiza commented 3 years ago

Thanks @hasanirtiza. Could you please tell me the best way to change the nms from soft to greedy and/or change the iou threshold?

I suppose in the config file. Did you try that ?