Instructions to use benjamintli/rt-detr-v2_barcode-detection with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use benjamintli/rt-detr-v2_barcode-detection with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("object-detection", model="benjamintli/rt-detr-v2_barcode-detection")# Load model directly from transformers import AutoTokenizer, AutoModelForObjectDetection tokenizer = AutoTokenizer.from_pretrained("benjamintli/rt-detr-v2_barcode-detection") model = AutoModelForObjectDetection.from_pretrained("benjamintli/rt-detr-v2_barcode-detection", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Training in progress, epoch 7
Browse files
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 80498888
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6481a35d8dc906cb4615605bd9644bf6c0cab8085a6aa5baf244bb66e07a9218
|
| 3 |
size 80498888
|
runs/Jan10_05-38-13_82436acbd78f/events.out.tfevents.1768023495.82436acbd78f.1780.0
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0efe5951193da7b24367bd362ced0b9c1c52f0a1fccc03e7c4ec72b3bb10948b
|
| 3 |
+
size 8663
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 5905
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:43a030ff29127faf132a64769e81457c4579d6d6f3ae9342407fb43c55697357
|
| 3 |
size 5905
|