DocumentLayout is an object detection model used to analyze document layout. A total of 11 types were detected in the layout of the document.
- Caption
- Footnote
- Formula
- List-item
- Page-footer
- Page-header
- Picture
- Section-header
- Table
- Text
- Title
coco format data needs to be converted to Yolov8 input format in advance.
Please refer to dataset.py
Please refer to train.py
Please refer to test.py
Please refer to gradio.py
