openvinotoolkit / open_model_zoo

Pre-trained Deep Learning models and demos (high quality and extremely fast)
https://docs.openvino.ai/latest/model_zoo.html
Apache License 2.0
4.09k stars 1.37k forks source link

Model se-resnet-50 can't download. #199

Closed allnes closed 5 years ago

allnes commented 5 years ago

Hi, model se-resnet-50 cannot download and display following log: Screenshot from 2019-07-01 20-04-02

What should I do?

allnes commented 5 years ago

also:

alalek commented 5 years ago

Can't reproduce:

python2 ``` $ ./downloader.py --name se-resnet-50 ###############|| Downloading topologies ||############### ========= Downloading /home/alalek/projects/openvino/open_model_zoo/tools/downloader/classification/se-networks/se-resnet-50/caffe/se-resnet-50.prototxt ... 100%, 48 KB, 51069 KB/s, 0 seconds passed ========= Downloading /home/alalek/projects/openvino/open_model_zoo/tools/downloader/classification/se-networks/se-resnet-50/caffe/se-resnet-50.caffemodel ... 100%, 109963 KB, 7544 KB/s, 14 seconds passed ###############|| Post processing ||############### $ python --version Python 2.7.15 ```
python3 ``` $ python3 ./downloader.py --name se-resnet-50 ###############|| Downloading topologies ||############### ========= Downloading /home/alalek/projects/openvino/open_model_zoo/tools/downloader/classification/se-networks/se-resnet-50/caffe/se-resnet-50.prototxt ... 100%, 48 KB, 48731 KB/s, 0 seconds passed ========= Downloading /home/alalek/projects/openvino/open_model_zoo/tools/downloader/classification/se-networks/se-resnet-50/caffe/se-resnet-50.caffemodel ... 100%, 109963 KB, 7548 KB/s, 14 seconds passed ###############|| Post processing ||############### $ python3 --version Python 3.7.3 ```

You definitely should check contents of your 3Kb file.


Avoid posting screenshots with text information

allnes commented 5 years ago

@alalek thank you.