split-folders
split-folders copied to clipboard
🗂 Split folders with files (i.e. images) into training, validation and test (dataset) folders
It seems the project does not support cross validation split, or does it? it would be nice to implement it
The ratio() function assumes there is already a folder class structure (`input_dir/class1, input_dir/class2`, etc.). It would be helpful if there was an argument for the ratio function that allows to...
I would want splitfolders to have a package that can split csv files having labels of fake and real in them and be splitted into train_fake.csv and test_fake.csv files. and...
Hi! I've seen that you found mistake in `split_class_dir_fixed` function and changed comparison from ">" to ">=", but i think you haven't published update so when I did `pip install...
As I am working with time series data, the information cannot be shuffled. Data volume is to big and therefore, I will use keras.train_on_batch since loading full dataset into RAM...