Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can this be used for image classification? #9

Open
bernieke opened this issue Feb 4, 2021 · 0 comments
Open

Can this be used for image classification? #9

bernieke opened this issue Feb 4, 2021 · 0 comments

Comments

@bernieke
Copy link

bernieke commented Feb 4, 2021

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant