handwriting-ocr
handwriting-ocr copied to clipboard
test data set is not available in the data folder
images, labels = load_words_data('../data/sets/test.csv', is_csv=True)
First, look into the data folder. There should be instructions how to download the datasets. Then you have to process the data and create the csv files. The processing scripts can be found in folder src/data
. You should run data_extractor.py
, data_normalization.py
and data_create_sets.py
. I will try to write some documentation for that and place the processing steps into the single script.
images, labels = load_words_data('../data/sets/test.csv', is_csv=True) @SaralaSewwandi did you figure this out ? what test.csv have to contain ?