Pretrained-Show-and-Tell-model
Pretrained-Show-and-Tell-model copied to clipboard
This repository contains pretrained Show and Tell: A Neural Image Caption Generator implemented in Tensorflow.
Hi, i've cloned tensorflow and your repos and when i try to run this, i get this error. Apparently the word_counts.txt file doesn't has problems, but don't know what's going...
I want to deploy the final model for production. Tensorflow has an example to do this for inception model. do you have any idea what all changes need to be...
Hi, First, thanks for all the available code for im2txt. I could make it work and generate some first captions. But now, I’m completely lost on a problem about fine-tuning...
Hi, thank you providing the pre trained model. However, while running the last instruction, i.e **Run inference to generate captions.** bazel-bin/im2txt/run_inference \ --checkpoint_path=${CHECKPOINT_PATH} \ --vocab_file=${VOCAB_FILE} \ --input_files=${IMAGE_FILE} I am getting...
First, thanks for sharing your work. Results using these models though seems to be worse than Karpathy's work.
Hey, First of all thank you for providing checkpoint file for im2text. while I run the final code :- bazel-bin/im2txt/run_inference --checkpoint_path=${CHECKPOINT_PATH} --vocab_file="word_counts.txt" --input_files=${IMAGE_FILE} I am getting this error NotFoundError (see...
Hello,I have download your pre-trained model for google's tensorflow/im2txt,Thank you very,I have realized that there is a evaluate.py which allows training progress to be monitored in real-time.But there are many...
Similar to https://github.com/KranthiGV/Pretrained-Show-and-Tell-model/issues/2, it would be nice to be able to use `build_graph_from_proto` method from `inference_utils/inference_wrapper_base.py`. So can you please also upload your SaverDef proto file?