Image-Caption-Generator icon indicating copy to clipboard operation
Image-Caption-Generator copied to clipboard

A neural network to generate captions for an image using CNN and RNN with BEAM Search.

Results 16 Image-Caption-Generator issues
Sort by recently updated
recently updated
newest added

![image (1)](https://user-images.githubusercontent.com/60420596/154219625-372d1d51-7830-4998-a4c5-2932411e43e7.png) Issue in train_val.py file

How to run this project

i'm using a google colab. when i start !python train_val.py Traceback (most recent call last): File "train_val.py", line 86, in verbose=1) File "/usr/local/lib/python3.6/dist-packages/keras/legacy/interfaces.py", line 91, in wrapper return func(*args, **kwargs)...

This is the output from training- the model is not getting saved due to a callback issue. 4:6:34: Using Inceptionv3 model {}: Generating image features using inceptionv3 model... 2022-01-14 04:06:34.692740:...

Hello there! Would it be possible that you release the pretrained model, so we could generate captions for our unlabeled datasets? That would be awesome!

getting Model.fit_generator error on google colab but on local pc its working properly ![image](https://user-images.githubusercontent.com/19513854/107922296-d3411480-6f95-11eb-8c8d-91ee7c1aead2.png) ![image](https://user-images.githubusercontent.com/19513854/107922083-82312080-6f95-11eb-9084-d0af4d561c78.png)

It would be better if you add requirements.txt file containing all the required libraries for Python along with their version numbers used while making & testing of this project instead...

When I run train_val.py i get the following error I am using google colab ValueError: in user code: /usr/local/lib/python3.6/dist-packages/tensorflow/python/keras/engine/training.py:806 train_function * return step_function(self, iterator) /usr/local/lib/python3.6/dist-packages/tensorflow/python/keras/engine/training.py:796 step_function ** outputs = model.distribute_strategy.run(run_step,...

Added description.txt file after processing all the descriptions. Which makes easy for everyone to use this in training model.

On running the train_val.py file, I am facing an error which states that "No Module Found named utils" which is on the second line of the code. Please help me...