Image-Captioning icon indicating copy to clipboard operation
Image-Captioning copied to clipboard

Image Captioning: Implementing the Neural Image Caption Generator with python

Results 12 Image-Captioning issues
Sort by recently updated
recently updated
newest added

ModuleNotFoundError: No module named 'numpy.core.multiarray_reconstruct' While executing `python test.py image_name.jpg` , this error occurs self.image_encodings = pickle.load( open( "image_encodings.p", "rb" ) ) ModuleNotFoundError: No module named 'numpy.core.multiarray_reconstruct'

Hi. While executing the test.py file. I am getting the following error. terminate_id = tokens.index('') ValueError: '' is not in list Any idea how to resolve this. because the end...

Hey when i try to train the model i am getting the following error: Using TensorFlow backend. 413439 WARNING:tensorflow:From C:\Users\UserName\Anaconda3\lib\site-packages\tensorflow\python\framework\op_def_library.py:263: colocate_with (from tensorflow.python.framework.ops) is deprecated and will be removed in...

I'm getting error saying "TypeError: 'module' object is not callable" on file scenedesc.py

when I am running test.py with beach.jpg as input image, I am getting the following error. `Traceback (most recent call last): File "test.py", line 27, in text(image) File "test.py", line...

Colocations handled automatically by placer. Traceback (most recent call last): File "test.py", line 27, in text(image) File "test.py", line 11, in text sd = SceneDesc.scenedesc() File "C:\Users\jhona\Desktop\Image-Captioning-master\SceneDesc.py", line 17, in...

I down load your weight and model in order reduce time of training. But when I test it Generated Caption was totally bad. For example I tested beach.jpg and described...

vgg = VGG16(weights='imagenet', include_top=True, input_shape=(224,224,3)) File "C:\Users\admin\Anaconda3\envs\tensorflow\lib\site-packages\keras\applications\__init__.py", line 28, in wrapper return base_fun(*args, **kwargs) File "C:\Users\admin\Anaconda3\envs\tensorflow\lib\site-packages\keras\applications\vgg16.py", line 11, in VGG16 return vgg16.VGG16(*args, **kwargs) File "C:\Users\admin\Anaconda3\envs\tensorflow\lib\site-packages\keras_applications\vgg16.py", line 210, in VGG16 model.load_weights(weights_path)...

Merge in create model function is not found. I am using keras 2.0.2