ucbdrive / few-shot-object-detection

Implementations of few-shot object detection benchmarks
Apache License 2.0
1.08k stars 225 forks source link

Models from Model Zoo are not available #183

Open plaggy opened 1 year ago

plaggy commented 1 year ago

Seems that the models from Model Zoo are not available.

The links do not work, and the command "python3 -m demo.demo --config-file configs/COCO-detection/faster_rcnn_R_101_FPN_ft_all_1shot.yaml --input is-fork-in-road.jpeg --opts MODEL.WEIGHTS fsdet://coco/tfa_cos_1shot/model_final.pth MODEL.DEVICE cpu" throws the "Connection timed out" error.

Is it a problem on my side or pretrained models were removed?

jmariscalharana commented 1 year ago

The server is down since a few days.

noyhlee commented 1 year ago

I have the same problem. When I click the link in MODEL_ZOO.md, download speed is very slow.