Object Detection
Transformers
PyTorch
TensorBoard
English
yolos
Generated from Trainer
Blood Cells
biology
medical
Instructions to use DunnBC22/yolos-small-Blood_Cell_Object_Detection with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use DunnBC22/yolos-small-Blood_Cell_Object_Detection with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("object-detection", model="DunnBC22/yolos-small-Blood_Cell_Object_Detection")# Load model directly from transformers import AutoImageProcessor, AutoModelForObjectDetection processor = AutoImageProcessor.from_pretrained("DunnBC22/yolos-small-Blood_Cell_Object_Detection") model = AutoModelForObjectDetection.from_pretrained("DunnBC22/yolos-small-Blood_Cell_Object_Detection") - Notebooks
- Google Colab
- Kaggle
Adding `safetensors` variant of this model
#1
by SFconvertbot - opened
- model.safetensors +3 -0
model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:84c995d731aa0fab1c976d0fe6bc2bed359e7ee172410888db1f7bee10785b28
|
| 3 |
+
size 122627752
|