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