Instructions to use intelli-zen/detr_cppe5_object_detection with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use intelli-zen/detr_cppe5_object_detection with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("object-detection", model="intelli-zen/detr_cppe5_object_detection")# Load model directly from transformers import AutoImageProcessor, AutoModelForObjectDetection processor = AutoImageProcessor.from_pretrained("intelli-zen/detr_cppe5_object_detection") model = AutoModelForObjectDetection.from_pretrained("intelli-zen/detr_cppe5_object_detection") - Notebooks
- Google Colab
- Kaggle
晴耕雨读 commited on
Commit ·
ce8d44e
1
Parent(s): 3c92e9c
Training in progress, step 1400
Browse files- pytorch_model.bin +1 -1
pytorch_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 166618773
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:3d4c946f7873c6f89538a09dc75ef0e6dd2b153fdc25c75ecd9be74d95d228fc
|
| 3 |
size 166618773
|