Instructions to use ritwik098/license-plate-detection-DETR with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use ritwik098/license-plate-detection-DETR with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("object-detection", model="ritwik098/license-plate-detection-DETR")# Load model directly from transformers import AutoImageProcessor, AutoModelForObjectDetection processor = AutoImageProcessor.from_pretrained("ritwik098/license-plate-detection-DETR") model = AutoModelForObjectDetection.from_pretrained("ritwik098/license-plate-detection-DETR", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Upload DetrForObjectDetection
Browse files- model.safetensors +1 -1
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 166494824
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c73b942f40746a2d665769e9e6414c161a0d9b980c52156d972f3b041ceec655
|
| 3 |
size 166494824
|