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