Update README.md
Browse files
README.md
CHANGED
|
@@ -1,4 +1,3 @@
|
|
| 1 |
-
|
| 2 |
---
|
| 3 |
tags:
|
| 4 |
- ultralyticsplus
|
|
@@ -8,21 +7,21 @@ tags:
|
|
| 8 |
- vision
|
| 9 |
- object-detection
|
| 10 |
- pytorch
|
| 11 |
-
|
|
|
|
| 12 |
library_name: ultralytics
|
| 13 |
library_version: 8.0.43
|
| 14 |
inference: false
|
| 15 |
-
|
| 16 |
model-index:
|
| 17 |
- name: mshamrai/yolov8x-visdrone
|
| 18 |
results:
|
| 19 |
- task:
|
| 20 |
type: object-detection
|
| 21 |
-
|
| 22 |
metrics:
|
| 23 |
-
|
| 24 |
-
|
| 25 |
-
|
|
|
|
| 26 |
---
|
| 27 |
|
| 28 |
<div align="center">
|
|
@@ -67,5 +66,4 @@ results = model.predict(image)
|
|
| 67 |
print(results[0].boxes)
|
| 68 |
render = render_result(model=model, image=image, result=results[0])
|
| 69 |
render.show()
|
| 70 |
-
```
|
| 71 |
-
|
|
|
|
|
|
|
| 1 |
---
|
| 2 |
tags:
|
| 3 |
- ultralyticsplus
|
|
|
|
| 7 |
- vision
|
| 8 |
- object-detection
|
| 9 |
- pytorch
|
| 10 |
+
- visdrone
|
| 11 |
+
- uav
|
| 12 |
library_name: ultralytics
|
| 13 |
library_version: 8.0.43
|
| 14 |
inference: false
|
|
|
|
| 15 |
model-index:
|
| 16 |
- name: mshamrai/yolov8x-visdrone
|
| 17 |
results:
|
| 18 |
- task:
|
| 19 |
type: object-detection
|
|
|
|
| 20 |
metrics:
|
| 21 |
+
- type: precision
|
| 22 |
+
value: 0.47047
|
| 23 |
+
name: [email protected](box)
|
| 24 |
+
license: openrail
|
| 25 |
---
|
| 26 |
|
| 27 |
<div align="center">
|
|
|
|
| 66 |
print(results[0].boxes)
|
| 67 |
render = render_result(model=model, image=image, result=results[0])
|
| 68 |
render.show()
|
| 69 |
+
```
|
|
|