Object Detection
ultralytics
English
German
yolo
yolov8
invoice
document-layout
document-understanding
ocr-prep
invoice-extraction
Eval Results (legacy)
Instructions to use AvoCahDoe/invoice-layout-yolov8m with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- ultralytics
How to use AvoCahDoe/invoice-layout-yolov8m with ultralytics:
from ultralytics import YOLOvv8 model = YOLOvv8.from_pretrained("AvoCahDoe/invoice-layout-yolov8m") source = 'http://images.cocodataset.org/val2017/000000039769.jpg' model.predict(source=source, save=True) - Notebooks
- Google Colab
- Kaggle
Upload assets/val_batch0_labels.jpg with huggingface_hub
Browse files- .gitattributes +1 -0
- assets/val_batch0_labels.jpg +3 -0
.gitattributes
CHANGED
|
@@ -40,3 +40,4 @@ assets/BoxR_curve.png filter=lfs diff=lfs merge=lfs -text
|
|
| 40 |
assets/BoxF1_curve.png filter=lfs diff=lfs merge=lfs -text
|
| 41 |
assets/confusion_matrix.png filter=lfs diff=lfs merge=lfs -text
|
| 42 |
assets/confusion_matrix_normalized.png filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
| 40 |
assets/BoxF1_curve.png filter=lfs diff=lfs merge=lfs -text
|
| 41 |
assets/confusion_matrix.png filter=lfs diff=lfs merge=lfs -text
|
| 42 |
assets/confusion_matrix_normalized.png filter=lfs diff=lfs merge=lfs -text
|
| 43 |
+
assets/val_batch0_labels.jpg filter=lfs diff=lfs merge=lfs -text
|
assets/val_batch0_labels.jpg
ADDED
|
Git LFS Details
|