File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -70,13 +70,13 @@ P.S. Please clone the repository with the `--recursive` flag:
7070### CUB-200-2011 with Descriptions
7171#### Feature Extraction
72721 . Run the script ` ./download_cub.sh ` to download the images in CUB-200-2011.
73- 2 . Please modify the input/output path in ` data-prepro/MSCOCO_preprocess/extract_resnet_coco .py ` to extract and pack features in CUB-200-2011.
73+ 2 . Please modify the input/output path in ` data-prepro/MSCOCO_preprocess/extract_resnet_cub .py ` to extract and pack features in CUB-200-2011.
7474
7575#### Captions Tokenization
76761 . Download the [ description data] ( https://drive.google.com/open?id=0B0ywwgffWnLLZW9uVHNjb2JmNlE ) .
77772 . Run ` python get_split.py ` to generate dataset split following the ECCV16 paper "Generating Visual Explanations".
78783 . Run ` python prepro_cub_annotation.py ` to generate annotation json file for testing.
79- 4 . Run ` python CUB_preprocess_token.py ` for tokenization.
79+ 4 . Run ` python CUB_preprocess_token.py [train/val/test] ` for tokenization.
8080
8181
8282## Models from the paper
You can’t perform that action at this time.
0 commit comments