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