Object Detection
Transformers
Safetensors
gemma3
image-text-to-text
license-plate
text-generation-inference
Instructions to use ariG23498/gemma-3-4b-pt-object-detection with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use ariG23498/gemma-3-4b-pt-object-detection with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("object-detection", model="ariG23498/gemma-3-4b-pt-object-detection")# Load model directly from transformers import AutoProcessor, AutoModelForMultimodalLM processor = AutoProcessor.from_pretrained("ariG23498/gemma-3-4b-pt-object-detection") model = AutoModelForMultimodalLM.from_pretrained("ariG23498/gemma-3-4b-pt-object-detection", device_map="auto") - Notebooks
- Google Colab
- Kaggle
performance metrics
#3 opened about 1 year ago
by
syrineM