clovaai / deep-text-recognition-benchmark

Text recognition (optical character recognition) with deep learning methods, ICCV 2019
Apache License 2.0
3.77k stars 1.11k forks source link

model training #382

Open skruglov2023 opened 1 year ago

skruglov2023 commented 1 year ago

I'm trying to train a model using my own images, for a specific purpose. I'm also new to deep learning algorithms and after reading multiple pages of conflicting training instructions for creating an easyocr model am more confused than I was previously. I've got a folder with plenty of images with text, and a text/csv file with every filename and the text found in the image.

How do I proceed from there? Is there a good video or text tutorial somewhere that can help? Or can someone help me train a model from scratch here?

creati0nix commented 1 year ago

create the dataset then train your model

https://github.com/clovaai/deep-text-recognition-benchmark/issues/85 read this

NeoDhirendra commented 1 year ago

I'm trying to train a model using my own images, for a specific purpose. I'm also new to deep learning algorithms and after reading multiple pages of conflicting training instructions for creating an easyocr model am more confused than I was previously. I've got a folder with plenty of images with text, and a text/csv file with every filename and the text found in the image.

How do I proceed from there? Is there a good video or text tutorial somewhere that can help? Or can someone help me train a model from scratch here?

can you please share the dataset that you have.