WangWenhao0716 / Adapted-Center-and-Scale-Prediction

Pytorch implementation of "Adapted Center and Scale Prediction: More stable and More Accurate"
https://arxiv.org/abs/2002.09053
64 stars 12 forks source link

Is it possible for you to upload the models to google drive or send them to gmail? #3

Open Kyanite123 opened 4 years ago

WangWenhao0716 commented 4 years ago

Yes, I provide three models: one more with pre-trained on EuroCity Person dataset. Google Drive: https://drive.google.com/drive/folders/1MS2Mh_TAdU4rJaP1Z-NiXojVQm_VYS__?usp=sharing

Kyanite123 commented 4 years ago

It works wonderfully! Thanks!!!!

And1210 commented 3 years ago

Could you also add the ResNet-101 model to this drive? I cannot download it as I can't get a Baidu account

WangWenhao0716 commented 3 years ago

I think the above models are the ResNet-101 models if there is nothing wrong with my memory.

And1210 commented 3 years ago

Well i downloaded those models but I can't seem to run any of the scripts as they all expect './models/ResNet101v2+SN(8,32).pth' which isn't included in the drive there.

WangWenhao0716 commented 3 years ago

OK, I know. It is available at https://drive.google.com/file/d/1FGjlrkHnLOVn2COmOuEXw2O8FOpSlJxw/view?usp=sharing

And1210 commented 3 years ago

Thank you so much! I really appreciate it