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

Few notes on the image test split of this repo. #192

Open
jamiechoi1995 opened this issue Mar 9, 2018 · 0 comments
Open

Few notes on the image test split of this repo. #192

jamiechoi1995 opened this issue Mar 9, 2018 · 0 comments

Comments

@jamiechoi1995
Copy link

jamiechoi1995 commented Mar 9, 2018

The split in this repo is different from the split on https://cs.stanford.edu/people/karpathy/deepimagesent/caption_datasets.zip. (AKA Karpathy's split in many papers. see also https://github.com/kelvinxu/arctic-captions/tree/master/splits)

In this repo, images of training and val set are first combined together, (see: https://github.com/karpathy/neuraltalk2/blob/master/coco/coco_preprocess.ipynb)

then they were shuffled and split into training, val, test set, (see:

shuffle(imgs) # shuffle the order
)

which results that in test set, there are lots of images originally comes from the training set.

But for the test split on https://cs.stanford.edu/people/karpathy/deepimagesent/caption_datasets.zip.

only contains images originally comes from the val set.

Just note this here to avoid confusion when reproducing results of papers based on Karpathy's split.

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

1 participant