AliKHalili
commited on
Commit
·
61cfe0f
1
Parent(s):
f1957db
Added YAML Metadata
Browse files
README.md
CHANGED
@@ -1,3 +1,28 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
# Cattle Body Parts Image Dataset for Object Detection
|
2 |
|
3 |
## Intro
|
|
|
1 |
+
---
|
2 |
+
language: en
|
3 |
+
tags:
|
4 |
+
- object-detection
|
5 |
+
- dataset
|
6 |
+
- YOLO
|
7 |
+
- cattle
|
8 |
+
- agriculture
|
9 |
+
license: cc-by-4.0
|
10 |
+
datasets:
|
11 |
+
- cattle-body-parts
|
12 |
+
model-index:
|
13 |
+
- name: YOLOv7X Cattle Body Parts Detection
|
14 |
+
results:
|
15 |
+
- task:
|
16 |
+
type: object-detection
|
17 |
+
dataset:
|
18 |
+
name: Cattle Body Parts Dataset
|
19 |
+
type: custom
|
20 |
+
metrics:
|
21 |
+
- type: mAP
|
22 |
+
value: 0.996
|
23 |
+
---
|
24 |
+
|
25 |
+
|
26 |
# Cattle Body Parts Image Dataset for Object Detection
|
27 |
|
28 |
## Intro
|