Bilinear-CNN-TensorFlow
Bilinear-CNN-TensorFlow copied to clipboard
About the Dataset
Thank you for sharing your code!While I am new in the filelds. How do you convert the original data set to train, test and trainval.txt! Thank you very much!
If you downlode the FGVC dataset,you will get the images_test.txt,images_val.test,images_train.txt under the \fgvc-aircraft-2013b\data.And in this code,we should convert them into .h5 first to implement the training code.
Thank you for sharing your code. I downlode the FGVC dataset and try to convert images_test.txt,images_val.txt and images_train.txt into.h5. But it happend:IndexError: list index out of range.