i got this to work, but a couple of minor path-oriented things were issues.
1) it crashes because the directory "temp" doesn't exist. making it manually fixes this.
2) had to change the paths in run_model.py to the im2txt checkpoint and vocab files because they were switched slightly recently: now models/research/im2txt instead of models/im2txt.
i got this to work, but a couple of minor path-oriented things were issues.
1) it crashes because the directory "temp" doesn't exist. making it manually fixes this.
2) had to change the paths in
run_model.py
to the im2txt checkpoint and vocab files because they were switched slightly recently: now models/research/im2txt instead of models/im2txt.