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