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