Skip to content
Discussion options

You must be logged in to vote

Hello, the default annotation for the text detection model is a 4-point box, and there is no need for a rotated detection box. For detailed training, please refer to section 4.1 “Dataset and Pretrained Model Preparation.” in https://paddlepaddle.github.io/PaddleOCR/latest/en/version3.x/module_usage/text_detection.html#4-custom-development
The specific label format is as follows:

images/train_img_61.jpg	[{"transcription": "###", "points": [[427, 293], [469, 293], [468, 315], [425, 314]]}, {"transcription": "###", "points": [[480, 291], [651, 289], [650, 311], [479, 313]]}, {"transcription": "Ave", "points": [[655, 287], [698, 287], [696, 309], [652, 309]]}, {"transcription": "West", "points"

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@liuhongen1234567
Comment options

@Jeep-Z
Comment options

@liuhongen1234567
Comment options

Answer selected by Jeep-Z
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants