In trying to use the im2txt Tensorflow model, I get this error:
couldn't determine target from filename 'im2txt/download_and_preprocess_mscoco'
Here is the link to the Github repo where the model is located: https://github.com/tensorflow/models/tree/master/im2txt
I'm following the directions from the tutorial/readme. Any help would be much appreciated.
I figured it out. It had to do with the path to the directory with the IM2TXT models. As long as you are running the command from the correct directory that you downloaded the models to, the error goes away.