Image Classification
Transformers
TensorBoard
Safetensors
PyTorch
yolos
object-detection
huggingpics
Eval Results (legacy)
Instructions to use bogdancornianu/house-object-detection with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use bogdancornianu/house-object-detection with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-classification", model="bogdancornianu/house-object-detection") pipe("https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/hub/parrots.png")# Load model directly from transformers import AutoImageProcessor, AutoModelForObjectDetection processor = AutoImageProcessor.from_pretrained("bogdancornianu/house-object-detection") model = AutoModelForObjectDetection.from_pretrained("bogdancornianu/house-object-detection") - Notebooks
- Google Colab
- Kaggle
- Downloads last month
- 13
Evaluation results
- Accuracyself-reported0.427