Instructions to use ciasimbaya/ObjectDetection with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use ciasimbaya/ObjectDetection with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("object-detection", model="ciasimbaya/ObjectDetection")# Load model directly from transformers import AutoImageProcessor, AutoModelForObjectDetection processor = AutoImageProcessor.from_pretrained("ciasimbaya/ObjectDetection") model = AutoModelForObjectDetection.from_pretrained("ciasimbaya/ObjectDetection") - Notebooks
- Google Colab
- Kaggle
Commit ·
6c6e713
1
Parent(s): 321f521
Rename preprocessor_config (1).json to preprocessor_config.json
Browse files
preprocessor_config (1).json → preprocessor_config.json
RENAMED
|
File without changes
|