jeong-tae / RACNN-pytorch

This is a third party implementation of RA-CNN in pytorch.
201 stars 63 forks source link

about data and what those .txt file contain #8

Closed longgang123 closed 6 years ago

longgang123 commented 6 years ago

in the cub_loader train_test_split.txt classes.txt images.txt image_class_labels.txt been used. will U please tell me what each file look like and what's have in it.

jeong-tae commented 6 years ago

Dataset are available from http://www.vision.caltech.edu/visipedia/CUB-200-2011.html

longgang123 commented 6 years ago

thank U .I find those .txt files in the dataset. I want to try my own data. if there any way can general my own data set?@jeong-tae

jeong-tae commented 6 years ago

You need to implement data loader own yourself. Or you can prepare your dataset like CUB, but locate your data and classes