SVTR Text Recognition: Zero Accuracy Issue & Need Guidance for Custom Pipeline #15293
Unanswered
btwitsayush
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Description
I'm new to PaddleOCR and currently building a custom text recognition pipeline for address labels and tracking numbers. While implementing this, I encountered multiple issues—most critically, the SVTR model always trains to 0% accuracy. I'm seeking help with:
Current Issues
Environment
Dataset Details
Data Formats:
- Address Labels:
Name XXXXX Address XXXXX Ltd.
Floor XX, Building XXX
City - XXXXXX
Phone XXXXXXXXXX Email Pincode XXXXXX
Tracking Numbers:
XXXXXXXXXXXXX (12–15 digit numbers)
Model Configuration (YAML)
Architecture:
model_type: rec
algorithm: SVTR
Backbone:
name: MobileNetV1Enhance
scale: 0.5
Neck:
name: SequenceEncoder
encoder_type: svtr
dims: 64
depth: 2
hidden_dims: 120
use_guide: True
Head:
name: CTCHead
fc_decay: 0.00001
Training Results
Questions
Pipeline Help Needed
Please guide me on:
Additional Notes
Request for Assistance
/label ~bug ~text-recognition ~training ~help-wanted ~documentation
/cc @PaddleOCR-maintainers
Beta Was this translation helpful? Give feedback.
All reactions