Hi,
I have a project where I'm taking a picture of the two counters on my electricity meter every 15 minutes.
I'm cropping out the individual digits and manipulate them until I have these: https://posted.bernieke.com/digit.jpg
I'd like to use neuralcli to train a network to classify these digits correctly.
I understand that I should have a Y.csv file with one row for each image in my training set, and 10 columns for my digits, with a 1 for the correct digit, and 0s for the others.
But how should I provide my images in the X.csv file?
Thank you,
Bernard
Hi,
I have a project where I'm taking a picture of the two counters on my electricity meter every 15 minutes.
I'm cropping out the individual digits and manipulate them until I have these: https://posted.bernieke.com/digit.jpg
I'd like to use neuralcli to train a network to classify these digits correctly.
I understand that I should have a Y.csv file with one row for each image in my training set, and 10 columns for my digits, with a 1 for the correct digit, and 0s for the others.
But how should I provide my images in the X.csv file?
Thank you,
Bernard