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
- Xet hash:
- 74ba430a61b78d7cf0f1a96ae55ae12162ef0a56e1a714a19513e4cbe9d111e5
- Size of remote file:
- 5.37 kB
- SHA256:
- 663f79a578a02dafa6a93a8ca91530fe051c9ac65bbebc404eac4154c79f943c
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.