Instructions to use Armaggheddon/yolo11-document-layout with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- ultralytics
How to use Armaggheddon/yolo11-document-layout with ultralytics:
from ultralytics import YOLOvv11 model = YOLOvv11.from_pretrained("Armaggheddon/yolo11-document-layout") source = 'http://images.cocodataset.org/val2017/000000039769.jpg' model.predict(source=source, save=True) - Notebooks
- Google Colab
- Kaggle
Kept only useful images
Browse files- .gitattributes +10 -0
- images/class_distribution.jpg +3 -0
- images/logo.png +3 -0
- images/nbest_box_precision_percentage_improvement_per_label.png +0 -0
- images/nbest_map50_95_percentage_improvement_per_label.png +0 -0
- images/nbest_map50_percentage_improvement_per_label.png +0 -0
- images/nsm_box_precision_per_label.png +3 -0
- images/nsm_map50_95_per_label.png +3 -0
- images/nsm_map50_per_label.png +0 -0
- images/nsm_recall_per_label.png +0 -0
- images/t4_confusion_mat_normalized.png +3 -0
- images/t4_results.png +3 -0
- images/t5_confusion_mat_normalized.png +3 -0
- images/t5_results.png +3 -0
- images/t6_confusion_mat_normalized.png +3 -0
- images/t6_results.png +3 -0
.gitattributes
CHANGED
|
@@ -53,3 +53,13 @@ plots/samples/annotated_2.png filter=lfs diff=lfs merge=lfs -text
|
|
| 53 |
plots/samples/annotated_3.png filter=lfs diff=lfs merge=lfs -text
|
| 54 |
plots/samples/annotated_4.png filter=lfs diff=lfs merge=lfs -text
|
| 55 |
plots/logo.png filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 53 |
plots/samples/annotated_3.png filter=lfs diff=lfs merge=lfs -text
|
| 54 |
plots/samples/annotated_4.png filter=lfs diff=lfs merge=lfs -text
|
| 55 |
plots/logo.png filter=lfs diff=lfs merge=lfs -text
|
| 56 |
+
images/class_distribution.jpg filter=lfs diff=lfs merge=lfs -text
|
| 57 |
+
images/logo.png filter=lfs diff=lfs merge=lfs -text
|
| 58 |
+
images/nsm_box_precision_per_label.png filter=lfs diff=lfs merge=lfs -text
|
| 59 |
+
images/nsm_map50_95_per_label.png filter=lfs diff=lfs merge=lfs -text
|
| 60 |
+
images/t4_confusion_mat_normalized.png filter=lfs diff=lfs merge=lfs -text
|
| 61 |
+
images/t4_results.png filter=lfs diff=lfs merge=lfs -text
|
| 62 |
+
images/t5_confusion_mat_normalized.png filter=lfs diff=lfs merge=lfs -text
|
| 63 |
+
images/t5_results.png filter=lfs diff=lfs merge=lfs -text
|
| 64 |
+
images/t6_confusion_mat_normalized.png filter=lfs diff=lfs merge=lfs -text
|
| 65 |
+
images/t6_results.png filter=lfs diff=lfs merge=lfs -text
|
images/class_distribution.jpg
ADDED
|
Git LFS Details
|
images/logo.png
ADDED
|
Git LFS Details
|
images/nbest_box_precision_percentage_improvement_per_label.png
ADDED
|
images/nbest_map50_95_percentage_improvement_per_label.png
ADDED
|
images/nbest_map50_percentage_improvement_per_label.png
ADDED
|
images/nsm_box_precision_per_label.png
ADDED
|
Git LFS Details
|
images/nsm_map50_95_per_label.png
ADDED
|
Git LFS Details
|
images/nsm_map50_per_label.png
ADDED
|
images/nsm_recall_per_label.png
ADDED
|
images/t4_confusion_mat_normalized.png
ADDED
|
Git LFS Details
|
images/t4_results.png
ADDED
|
Git LFS Details
|
images/t5_confusion_mat_normalized.png
ADDED
|
Git LFS Details
|
images/t5_results.png
ADDED
|
Git LFS Details
|
images/t6_confusion_mat_normalized.png
ADDED
|
Git LFS Details
|
images/t6_results.png
ADDED
|
Git LFS Details
|