Fix Inception model name in download script #70

This commit is contained in:
Michael Mayer 2018-11-17 02:49:25 +01:00
parent b9fedb80f0
commit f3129097cf
2 changed files with 2 additions and 2 deletions

View file

@ -11,5 +11,5 @@ if [[ ! -e assets/tensorflow/inception/tensorflow_inception_graph.pb ]]; then
mkdir -p assets/tensorflow/inception
unzip ${FILENAME} -d assets/tensorflow/inception
else
echo "TensorFlow InceptionV3 model already downloaded."
echo "TensorFlow Inception V1 model already downloaded."
fi