tf-faster-rcnn
tf-faster-rcnn copied to clipboard
Downloading the pre-trained model fails
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
Same problem around here. Were you able to solve it?
You can download from here. https://github.com/tensorflow/models/tree/master/research/slim
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??
which file should I download from google drive?
You can download from here. https://github.com/tensorflow/models/tree/master/research/slim
thk you!