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