FionaZZ92 / OpenVINO_sample

43 stars 13 forks source link

How to download the deeplabv3 model in your code #1

Closed zhongwenkun886 closed 5 years ago

zhongwenkun886 commented 5 years ago

Hi ,FionaZZ92, Could you please tell me how to download the DeeplabV3+_MobileNetV2 model (DeeplabV3plus_mobileNetV2.pb) in your OpenVINO/DeeplabV3+_MobileNetV2/script.sh ? Thanks!

PINTO0309 commented 5 years ago

https://github.com/tensorflow/models/blob/master/research/deeplab/g3doc/model_zoo.md https://github.com/tensorflow/models/blob/master/research/deeplab/local_test_mobilenetv2.sh

zhongwenkun886 commented 5 years ago

thanks