Instructions to use iblub/detr-finetuned-balloon with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use iblub/detr-finetuned-balloon with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("object-detection", model="iblub/detr-finetuned-balloon")# Load model directly from transformers import AutoImageProcessor, AutoModelForObjectDetection processor = AutoImageProcessor.from_pretrained("iblub/detr-finetuned-balloon") model = AutoModelForObjectDetection.from_pretrained("iblub/detr-finetuned-balloon") - Notebooks
- Google Colab
- Kaggle
- Xet hash:
- c1ccbfb43ab53988af4cc2227ceb7a78207b50c081ca16b0f7c1799474da54e6
- Size of remote file:
- 115 MB
- SHA256:
- d48b0446ff53db18631e4c121570dea58995aa5f7e166781bbb67dca945687f7
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.