Bilinear-CNN-TensorFlow icon indicating copy to clipboard operation
Bilinear-CNN-TensorFlow copied to clipboard

About the Dataset

Open deepblue0822 opened this issue 5 years ago • 2 comments

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!

deepblue0822 avatar Apr 14 '19 09:04 deepblue0822

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.

xiaomiHuang avatar Apr 15 '19 02:04 xiaomiHuang

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.

lyj201644070230 avatar Oct 12 '21 02:10 lyj201644070230