/split_data_percent_2

This scripts splits data into train, validation and test. Important difference from the previous script is that here images are in a single directory with no directories with class labels. Image filenames contain image ids. Labels are given separately in a CSV file.

Primary LanguagePython

split_data_percent_2

This scripts splits data into train, validation and test. Important difference from the previous script is that here images are in a single directory with no directories with class labels. Image filenames contain image ids. Labels are given separately in a CSV file.