Instructions to use orasul/deki-yolo with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- ultralytics
How to use orasul/deki-yolo with ultralytics:
# Couldn't find a valid YOLO version tag. # Replace XX with the correct version. from ultralytics import YOLOvXX model = YOLOvXX.from_pretrained("orasul/deki-yolo") source = 'http://images.cocodataset.org/val2017/000000039769.jpg' model.predict(source=source, save=True) - Notebooks
- Google Colab
- Kaggle
Update README
Browse files
README.md
CHANGED
|
@@ -33,19 +33,19 @@ accessibility tools, and UI code generation.
|
|
| 33 |
|
| 34 |
Bounding boxes with classes for bb_1:
|
| 35 |
|
| 36 |
-
<img src="
|
| 37 |
|
| 38 |
Bounding boxes without classes but with IDs after NMS for bb_1:
|
| 39 |
|
| 40 |
-
<img src="
|
| 41 |
|
| 42 |
Bounding boxes with classes for bb_2:
|
| 43 |
|
| 44 |
-
<img src="
|
| 45 |
|
| 46 |
Bounding boxes without classes but with IDs after NMS for bb_2:
|
| 47 |
|
| 48 |
-
<img src="
|
| 49 |
|
| 50 |
---
|
| 51 |
|
|
|
|
| 33 |
|
| 34 |
Bounding boxes with classes for bb_1:
|
| 35 |
|
| 36 |
+
<img src="res/bb_1_yolo.jpeg" alt="example1" width="60%">
|
| 37 |
|
| 38 |
Bounding boxes without classes but with IDs after NMS for bb_1:
|
| 39 |
|
| 40 |
+
<img src="res/bb_1_yolo_updated.jpeg" alt="example2" width="60%">
|
| 41 |
|
| 42 |
Bounding boxes with classes for bb_2:
|
| 43 |
|
| 44 |
+
<img src="res/bb_2_yolo.jpeg" alt="example3" width="60%">
|
| 45 |
|
| 46 |
Bounding boxes without classes but with IDs after NMS for bb_2:
|
| 47 |
|
| 48 |
+
<img src="res/bb_2_yolo_updated.jpeg" alt="example4" width="60%">
|
| 49 |
|
| 50 |
---
|
| 51 |
|