robertknight / ocrs-models

PyTorch models for the ocrs OCR engine
45 stars 8 forks source link

Add documentation for training models from scratch #6

Closed robertknight closed 8 months ago

robertknight commented 9 months ago

I've been in Rust-land for a while working on the inference side of ocrs.

This issue is a placeholder to repeat the process of training the detection / recognition models from scratch and write it up.

For reference, the last training runs for text recognition were captured on wandb at https://wandb.ai/robertknight/text-recognition.

I don't have metrics records for the text detection model's last training run, as I wasn't using wandb at that point, so a baseline will need to be established for that.