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
File size: 129 Bytes
bc28e6f | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:663f79a578a02dafa6a93a8ca91530fe051c9ac65bbebc404eac4154c79f943c
size 5368
|