Instructions to use Aryn/deformable-detr-DocLayNet with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Aryn/deformable-detr-DocLayNet with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("object-detection", model="Aryn/deformable-detr-DocLayNet")# Load model directly from transformers import AutoImageProcessor, AutoModelForObjectDetection processor = AutoImageProcessor.from_pretrained("Aryn/deformable-detr-DocLayNet") model = AutoModelForObjectDetection.from_pretrained("Aryn/deformable-detr-DocLayNet", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Update README.md
#6
by pqnet - opened
README.md
CHANGED
|
@@ -4,7 +4,7 @@ tags:
|
|
| 4 |
- object-detection
|
| 5 |
- vision
|
| 6 |
datasets:
|
| 7 |
-
- DocLayNet
|
| 8 |
widget:
|
| 9 |
- src: https://huggingface.co/Aryn/deformable-detr-DocLayNet/resolve/main/examples/doclaynet_example_1.png
|
| 10 |
example_title: DocLayNet Example 1
|
|
|
|
| 4 |
- object-detection
|
| 5 |
- vision
|
| 6 |
datasets:
|
| 7 |
+
- ds4sd/DocLayNet
|
| 8 |
widget:
|
| 9 |
- src: https://huggingface.co/Aryn/deformable-detr-DocLayNet/resolve/main/examples/doclaynet_example_1.png
|
| 10 |
example_title: DocLayNet Example 1
|