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") - Notebooks
- Google Colab
- Kaggle
Additional FineTune For detr-doc-table-detection
#8 opened almost 3 years ago
by
aliaarisoy
Which dataset is used for finetuning?
#7 opened almost 3 years ago
by
xelpmocAI
meaning of the box coordinates
2
#6 opened about 3 years ago
by
hvenance
ValueError: Unable to infer channel dimension format
2
#5 opened over 3 years ago
by
skw1990
model conversion
#1 opened almost 4 years ago
by
nsa