Armaggheddon commited on
Commit
63be8e1
·
verified ·
1 Parent(s): 3c360ed

Added image preview

Browse files
Files changed (1) hide show
  1. README.md +2 -0
README.md CHANGED
@@ -14,6 +14,8 @@ tags:
14
 
15
  # YOLOv11 Document Layout
16
 
 
 
17
  This repository provides YOLOv11 model family finetuned on document layout detection task, finetuned with the ultralytics library. The primary objective of this project is the training and evaluation of highly optimized YOLO models capable of accurately detecting various elements within documents, such as text blocks, tables, and figures. The models have been finetuned on the DocLayNet dataset that provides a rich variety of annotated document layouts.
18
 
19
  The project involved fine-tuning three version of the YOLOv11 family, the `n` (nano), `s` (small), and `m` (medium) models.
 
14
 
15
  # YOLOv11 Document Layout
16
 
17
+ ![samples](plots/logo.png)
18
+
19
  This repository provides YOLOv11 model family finetuned on document layout detection task, finetuned with the ultralytics library. The primary objective of this project is the training and evaluation of highly optimized YOLO models capable of accurately detecting various elements within documents, such as text blocks, tables, and figures. The models have been finetuned on the DocLayNet dataset that provides a rich variety of annotated document layouts.
20
 
21
  The project involved fine-tuning three version of the YOLOv11 family, the `n` (nano), `s` (small), and `m` (medium) models.