-
Notifications
You must be signed in to change notification settings - Fork 416
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
I want to evaluate trained models using CIDER, etc. #166
Comments
It does not support evaluation on arbitrary image. You have to evaluate on coco or flickr30k, or you need to create your dataset in the same way as the coco format. |
I prepared and ran the same format as coco and got the same error. Is there anything else needed other than the files in the following command?
I use "cub" dataset. |
You need to prepare a Json file in coco-caption folder too. |
Similar to https://github.com/ruotianluo/ImageCaptioning.pytorch/tree/master/data#flickr30k. You also need to add a line to let the coco-caption to read this Json file. |
I want to evaluate trained models using CIDER, but i can't it.
When language_eval=0, it can be evaluated, but when language_eval=1, an error occurs.I want to use language_eval.
tried:
then:
This error has been reported in other issues, but all seem to be resolved by setting --force=1 and language_eval=0. I can eliminate the error with those conditions too, but what can I do to run with language_eval=1?
The text was updated successfully, but these errors were encountered: