Instructions to use pascalrai/Deformable-DETR-Document-Layout-Analysis with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use pascalrai/Deformable-DETR-Document-Layout-Analysis with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("object-detection", model="pascalrai/Deformable-DETR-Document-Layout-Analysis")# Load model directly from transformers import AutoImageProcessor, AutoModelForObjectDetection processor = AutoImageProcessor.from_pretrained("pascalrai/Deformable-DETR-Document-Layout-Analysis") model = AutoModelForObjectDetection.from_pretrained("pascalrai/Deformable-DETR-Document-Layout-Analysis") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -17,7 +17,7 @@ base_model:
|
|
| 17 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
| 18 |
should probably proofread and complete it, then remove this comment. -->
|
| 19 |
|
| 20 |
-
# Deformable-DETR-Document-Layout-
|
| 21 |
|
| 22 |
This model was fine-tuned on the doc_lay_net dataset for Document Layout Analysis using full-sized DocLayNet Public Dataset.
|
| 23 |
|
|
|
|
| 17 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
| 18 |
should probably proofread and complete it, then remove this comment. -->
|
| 19 |
|
| 20 |
+
# Deformable-DETR-Document-Layout-Analysis
|
| 21 |
|
| 22 |
This model was fine-tuned on the doc_lay_net dataset for Document Layout Analysis using full-sized DocLayNet Public Dataset.
|
| 23 |
|