Instructions to use Amogh06/DeTr-Table-Detection-Model-public with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Amogh06/DeTr-Table-Detection-Model-public with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("object-detection", model="Amogh06/DeTr-Table-Detection-Model-public")# Load model directly from transformers import AutoImageProcessor, AutoModelForObjectDetection processor = AutoImageProcessor.from_pretrained("Amogh06/DeTr-Table-Detection-Model-public") model = AutoModelForObjectDetection.from_pretrained("Amogh06/DeTr-Table-Detection-Model-public") - Notebooks
- Google Colab
- Kaggle
File size: 134 Bytes
532a115 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:d9a5f3a6091f50ca8eef9926fc852a72e6fa8a6fca2eafccf743db8ba587e38c
size 166616149
|