Instructions to use pyronear/rexnet1_3x with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use pyronear/rexnet1_3x with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-classification", model="pyronear/rexnet1_3x") pipe("https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/hub/parrots.png")# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("pyronear/rexnet1_3x", dtype="auto") - Notebooks
- Google Colab
- Kaggle
frgfm commited on
Commit ·
99dda06
1
Parent(s): adc4133
feat: Added checkpoints
Browse files- model.onnx +3 -0
- pytorch_model.bin +3 -0
model.onnx
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:546256203d1637b835c3514e472a6e0deb767d4b67d60b9ee59f2e52cac9ee39
|
| 3 |
+
size 14102483
|
pytorch_model.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:3c0f28c3a0d36819c7205f37611f49f0bb229a1e8f2c4033fe89e3baab658406
|
| 3 |
+
size 14354657
|