tf-faster-rcnn icon indicating copy to clipboard operation
tf-faster-rcnn copied to clipboard

Downloading the pre-trained model fails

Open arjunpmm opened this issue 7 years ago • 5 comments

ladoga.graphics.cs.cmu.edu didn't work so I replaced it with gs11655.sp.cs.cmu.edu

Then I got the error

File already exists. Checking md5...
Checksum is incorrect. Need to download again.
Downloading Resnet 101 Faster R-CNN models Pret-trained on VOC 07+12 (340M)...
--2018-07-02 19:04:48--  http://gs11655.sp.cs.cmu.edu/xinleic/tf-faster-rcnn/res101/voc_0712_80k-110k.tgz
Resolving gs11655.sp.cs.cmu.edu (gs11655.sp.cs.cmu.edu)... 165.160.13.20
Connecting to gs11655.sp.cs.cmu.edu (gs11655.sp.cs.cmu.edu)|165.160.13.20|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 94
Saving to: ‘voc_0712_80k-110k.tgz’

voc_0712_80k-110k.t 100%[===================>]      94  --.-KB/s    in 0s      

2018-07-02 19:04:52 (18.3 MB/s) - ‘voc_0712_80k-110k.tgz’ saved [94/94]

Unzipping...

gzip: stdin: not in gzip format
tar: Child returned status 1
tar: Error is not recoverable: exiting now
Done. Please run this command again to verify that checksum = cb32e9df553153d311cc5095b2f8c340.

I can download the pre-trained model from Google drive. The pre-trained model is supposed to be downloaded and extracted in the folder tf-faster-rcnn/data right ? Please correct me if I'm wrong

arjunpmm avatar Jul 03 '18 02:07 arjunpmm

Same problem around here. Were you able to solve it?

tiagojdias avatar Sep 05 '18 12:09 tiagojdias

You can download from here. https://github.com/tensorflow/models/tree/master/research/slim

rnsandeep avatar Sep 05 '18 13:09 rnsandeep

Did you solve it? The links in the .sh file are dead. But where did you downloaded? in the tf-faster-rcnn/data as you mentioned??

andreasalamanos avatar Mar 28 '19 15:03 andreasalamanos

which file should I download from google drive?

QiuYilin avatar Jul 15 '19 02:07 QiuYilin

You can download from here. https://github.com/tensorflow/models/tree/master/research/slim

thk you!

msn199959 avatar Dec 12 '19 00:12 msn199959