tusen-ai / simpledet

A Simple and Versatile Framework for Object Detection and Instance Recognition
Apache License 2.0
3.08k stars 486 forks source link

Pretrained Models offline #331

Closed Z0org closed 4 years ago

Z0org commented 4 years ago

I tried to download some of the pretrained models from the MODEL_ZOO.md but it seems all of them are offline.

RogerChern commented 4 years ago

Sorry for the inconvenience, fixed.

dongjuns commented 4 years ago

Hey, I just prepared it on my google drive for emergency people. https://drive.google.com/drive/folders/1XM20eVMvSIGyCwn_hKCDcWt3zalrTYl1

And, use this script.

wget --no-check-certificate 'https://docs.google.com/uc?export=download&id=1zTXJoDMG32ALgIpt2lYCG71m0LLpUM0n' -O resnet-50-0000.params

wget --no-check-certificate 'https://docs.google.com/uc?export=download&id=1FD2t5tGJzz40pmU1grfJPvcJzNlP10p6' -O resnet-101-0000.params

wget --no-check-certificate 'https://docs.google.com/uc?export=download&id=19OR0cpsiYFe7v-s92bMyIquNilx_roCa' -O resnet-v1-50-0000.params

wget --no-check-certificate 'https://docs.google.com/uc?export=download&id=1gQlrpPw2JPcPgifArSR62cIVWtPB4qkZ' -O resnet-v1-101-0000.params

wget --no-check-certificate 'https://docs.google.com/uc?export=download&id=19ZwCnboq_poKYEa21aVi6aNNYYE1_ePu' -O resnet50_v1b-0000.params

wget --no-check-certificate 'https://docs.google.com/uc?export=download&id=1uJptjql97ZoCbUlm70YWhLOGurmIp4dG' -O resnet101_v1b-0000.params

wget --no-check-certificate 'https://docs.google.com/uc?export=download&id=170JNAvHLZj_P8IRJh0yWZFBvGcp4118r' -O resnet152_v1b-0000.params

wget --no-check-certificate 'https://docs.google.com/uc?export=download&id=1VPVAl7jaM5StUjwIRglw17YBK3o2oOk3' -O resnext-101-32x8d-0000.params

wget --no-check-certificate 'https://docs.google.com/uc?export=download&id=1kxH7ZUQpLP_NAY119HTqLyNBLwTKoLba' -O resnext-101-64x4d-0000.params

wget --no-check-certificate 'https://docs.google.com/uc?export=download&id=1WkQ6wvFLtgyjsGPGeuw-TsfzGaVTwcMK' -O resnext-152-32x8d-IN5k-0000.params