YoungXIAO13 / FewShotDetection

(ECCV 2020) PyTorch implementation of paper "Few-Shot Object Detection and Viewpoint Estimation for Objects in the Wild"
http://imagine.enpc.fr/~xiaoy/FSDetView/
MIT License
210 stars 33 forks source link

If possible, would you please provide the coco pre-trained weights (after base classes training)? #7

Closed pppplin closed 3 years ago

pppplin commented 3 years ago

as titled, thanks in advance!

YoungXIAO13 commented 3 years ago

Hi, You can get it by running the cmd bash download_models.sh, which would download the pre-trained model weights for coco and pascal voc.

pppplin commented 3 years ago

thanks for providing the pre-trained model! While running download_models.sh I find

--2020-09-21 02:21:16-- https://uc876c05c27e6ed81d264c7757b7.dl.dropboxusercontent.com/cd/0/get/A8Fn_TfDvAq_kF5_reg0Do_77AuvnBcSPqRArDOX8MA6_flwb8NxJkk9tlA2BLF-SvidENHUZCICRX5oTYQQqpzrf8s2YR_gvh7fEanTQBXxCz46Db1hCb0jULkLgxZTyWc/file Resolving uc876c05c27e6ed81d264c7757b7.dl.dropboxusercontent.com... 162.125.3.15, 2620:100 :6018:15::a27d:30f Connecting to uc876c05c27e6ed81d264c7757b7.dl.dropboxusercontent.com|162.125.3.15|:443... connected. HTTP request sent, awaiting response... 404 Not Found 2020-09-21 02:21:16 ERROR 404: Not Found.

Any idea on what might happened?

YoungXIAO13 commented 3 years ago

Hi, I just updated the cmd file download_models.sh, could you please try re-run it and see if the downloading works ?

pppplin commented 3 years ago

works now, thanks!