PPOCRLabel
PPOCRLabel copied to clipboard
Convert Label.txt from PPOCRLabel to COCO annotations (.json) format
I had been using PPOCRLabel to create labels for layout detection. The output of PPOCRLabel is a label.txt file that has its own format. I need to know if can I use this label.txt file directly to train a layout model (in PPStructure) or do I need to convert it to COCO annotations format. Is there an available option to convert it to COCO annotations (.json) format?
Thank you