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
- Xet hash:
- cb8c30efa7aca199a196296780f1092f596fd722132f629bd41e6df311b67485
- Size of remote file:
- 5.11 kB
- SHA256:
- 1df1998ea04ca70a0a038ae00e48dd2555c686bd8a92a52b678498a861c91e0a
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.