What problem does it solve?
This Skill streamlines the process of training, evaluating, and deploying OCRNet scene text recognition models, allowing users to efficiently manage OCRNet model lifecycle from training to inference without the need for extensive Python programming.
Core Features & Use Cases
- Model Training: Automate the training of OCRNet models using a predefined dataset and configuration.
- Evaluation: Evaluate trained models on a separate test dataset, ensuring accuracy and performance.
- Deployment: Deploy trained models for inference, enabling real-time OCR capabilities.
- Use Case: A data scientist working on scene text recognition tasks can use this Skill to train a new OCRNet model on their own dataset, evaluate it against a test set, and then deploy it for use in an application or service.
Quick Start
To train an OCRNet model on your dataset, run the following command:
tao-train-ocrnet train --dataset_convert input_images /path/to/gt_files