Create feature files.
Before this script is run, the download.py should get executed to generate a handwriting_datasets.pickle with exactly those symbols that should also be present in the feature files and only raw_data that might get used for the test-, validation- and training set.
Return the parser object for this script.
Get a training, validation and a testset as well as a dictionary that maps each formula_id to an index (0...nr_of_formulas).
Parameters: | path_to_data :
|
---|
main function of create_ffiles.py
Create the hdf5 file.
Parameters: | filename :
feature_count : integer
data : list of tuples
|
---|
Transform each instance of dataset to a (Features, Label) tuple.
Multiply the training set by all methods listed in mult_queue.
Parameters: | training_set :
mult_queue :
|
---|---|
Returns: | mutliple recordings |