Object Detection
Transformers
Safetensors
English
rf_detr
text-generation-inference
mobile-gui-detection
Instructions to use prithivMLmods/rf-detr-mobile-gui-detection with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use prithivMLmods/rf-detr-mobile-gui-detection with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("object-detection", model="prithivMLmods/rf-detr-mobile-gui-detection")# Load model directly from transformers import AutoImageProcessor, AutoModelForObjectDetection processor = AutoImageProcessor.from_pretrained("prithivMLmods/rf-detr-mobile-gui-detection") model = AutoModelForObjectDetection.from_pretrained("prithivMLmods/rf-detr-mobile-gui-detection", device_map="auto") - Notebooks
- Google Colab
- Kaggle
File size: 129 Bytes
e6f6a0c | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:b413671220e7487bd7d016a9b28faf1ae75b24ec5f3038dc9e69cf8f175d908a
size 5201
|