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