Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

generating multiple duplicate captions in ImageCaptioning #124

Closed
rakashi opened this issue Oct 24, 2017 · 0 comments
Closed

generating multiple duplicate captions in ImageCaptioning #124

rakashi opened this issue Oct 24, 2017 · 0 comments

Comments

@rakashi
Copy link

rakashi commented Oct 24, 2017

Hi,
In "IMAGE CAPTIONING", we have given beamsize as 3,as it generating 3 captions for that particular image, but it is generating duplicate captions twice or thrice with different p value,

In the below output 0,2 are same captions with different p value..

can anyone help me out how to avoid duplicate captions and to get unique captions for particular image..

OUTPUT:
INFO:tensorflow:Successfully loaded checkpoint: model.ckpt-102000
Captions for image = 3.jpg
0) a group of people standing around a table (p=0.019730)
1) a group of people standing in a room . (p=0.026106)
2) a group of people standing around a table . (p=0.028524)

@jtoy jtoy closed this as completed Nov 13, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants