farquasar1 / ConvLSTM

Convolutional LSTM for video segmentation with Keras
108 stars 34 forks source link

[Errno 2] No such file or directory: 'splits.txt' #7

Open qianyuqianxun-DeepLearning opened 4 years ago

qianyuqianxun-DeepLearning commented 4 years ago

please I want to ask the file "splits.txt' .what is this ?

Ihsan149 commented 3 years ago

@farquasar1 Thanks for sharing the code. Can you please tell us, what is the content of splits.txt.

farquasar1 commented 3 years ago

Hi, splits.txt its just a file containing the filenames of the train / test split. You should provide your own file. Hope it helps

Ihsan149 commented 3 years ago

@farquasar1 Thank you for your reply. I want to know the format of the lines in txt file. the following is my format, train, R:/code/ConvLSTM-master/Data/img/25.tif test, R:/code/ConvLSTM-master/Data/img/401.tif I m not sure if it is the same as your txt file.