Instructions to use Haozhe11/apple with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Haozhe11/apple with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("object-detection", model="Haozhe11/apple")# Load model directly from transformers import AutoImageProcessor, AutoModelForObjectDetection processor = AutoImageProcessor.from_pretrained("Haozhe11/apple") model = AutoModelForObjectDetection.from_pretrained("Haozhe11/apple") - 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 166503728
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9343886593a2ee742fae1d447d53257c9581426896c651c79a5598d57869f999
|
| 3 |
size 166503728
|