Instructions to use Qifa/model_50epochs with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Qifa/model_50epochs with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("object-detection", model="Qifa/model_50epochs")# Load model directly from transformers import AutoImageProcessor, AutoModelForObjectDetection processor = AutoImageProcessor.from_pretrained("Qifa/model_50epochs") model = AutoModelForObjectDetection.from_pretrained("Qifa/model_50epochs") - Notebooks
- Google Colab
- Kaggle
Upload YolosForObjectDetection
Browse files- model_50.pth +3 -0
model_50.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:1e191fc2dc6596f45d694cf86028ada0076a646bd62ce736a9251fa42086bd07
|
| 3 |
+
size 122674842
|