Instructions to use TahaDouaji/detr-doc-table-detection with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use TahaDouaji/detr-doc-table-detection with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("object-detection", model="TahaDouaji/detr-doc-table-detection")# Load model directly from transformers import AutoImageProcessor, AutoModelForObjectDetection processor = AutoImageProcessor.from_pretrained("TahaDouaji/detr-doc-table-detection") model = AutoModelForObjectDetection.from_pretrained("TahaDouaji/detr-doc-table-detection", device_map="auto") - Notebooks
- Google Colab
- Kaggle
File size: 134 Bytes
67780c1 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:7e87cd360a5e13dbf93082b3079d5759fea057d2584462d23217cf684e6af4ec
size 166637077
|