Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,26 @@
|
|
1 |
-
---
|
2 |
-
license: cc-by-nc-4.0
|
3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: cc-by-nc-4.0
|
3 |
+
task_categories:
|
4 |
+
- object-detection
|
5 |
+
tags:
|
6 |
+
- shagai
|
7 |
+
size_categories:
|
8 |
+
- n<1K
|
9 |
+
---
|
10 |
+
|
11 |
+
# Shagai
|
12 |
+
|
13 |
+
Object detection dataset for identifying the shape of [shagai](https://en.wikipedia.org/wiki/Shagai) (sheep ankle bone).
|
14 |
+
|
15 |
+
Dataset contains total of 921 images with 3680 objects. Each image has exactly 4 objects.
|
16 |
+
|
17 |
+
Categories:
|
18 |
+
- horse
|
19 |
+
- camel
|
20 |
+
- sheep
|
21 |
+
- goat
|
22 |
+
|
23 |
+
Splits:
|
24 |
+
|
25 |
+
- Training: 644 images, 2573 objects, `{0: 644, 1: 642, 2: 668, 3: 619}` (obj. class)
|
26 |
+
- Validation: 277 images, 1107 objects, `{0: 302, 1: 245, 2: 281, 3: 279}` (obj. class)
|