Closed husencd closed 6 years ago
Hello! I met an error as follows:
I0722 22:13:27.846886 30175 layer_factory.hpp:76] Creating layer data I0722 22:13:27.846915 30175 net.cpp:111] Creating Layer data I0722 22:13:27.846926 30175 net.cpp:434] data -> data I0722 22:13:27.846951 30175 net.cpp:434] data -> label I0722 22:13:27.846973 30175 image_labelmap_data_layer.cpp:40] Opening file data/SK-LARGE/list.txt I0722 22:13:27.846997 30175 image_labelmap_data_layer.cpp:50] Shuffling data I0722 22:13:27.847069 30175 image_labelmap_data_layer.cpp:55] A total of 0 images. Segmentation fault (core dumped)
Is something missed in SK-LARGE folder? I don't find file data/SK-LARGE/list.txt. Thx!
Did you do data augmentation as suggested in http://kaizhao.net/sk-large? If you didn't, follow the steps there to do data augmentation first.
Update: Sorry, I have found the txt file. It's the _trainpair.lst in the _augdata folder.
Hello! I met an error as follows:
I0722 22:13:27.846886 30175 layer_factory.hpp:76] Creating layer data I0722 22:13:27.846915 30175 net.cpp:111] Creating Layer data I0722 22:13:27.846926 30175 net.cpp:434] data -> data I0722 22:13:27.846951 30175 net.cpp:434] data -> label I0722 22:13:27.846973 30175 image_labelmap_data_layer.cpp:40] Opening file data/SK-LARGE/list.txt I0722 22:13:27.846997 30175 image_labelmap_data_layer.cpp:50] Shuffling data I0722 22:13:27.847069 30175 image_labelmap_data_layer.cpp:55] A total of 0 images. Segmentation fault (core dumped)
Is something missed in SK-LARGE folder? I don't find file data/SK-LARGE/list.txt. Thx!