File size: 1,675 Bytes
0b1da51
 
 
 
 
 
 
 
a920415
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
0b1da51
 
 
 
19397fa
 
 
 
 
0b1da51
 
 
19397fa
0b1da51
 
 
 
 
19397fa
0b1da51
 
19397fa
 
 
 
 
33428f2
 
 
 
48d0a63
33428f2
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
---
license: cc-by-nc-4.0
task_categories:
- object-detection
tags:
- shagai
size_categories:
- n<1K
dataset_info:
  features:
  - name: image
    dtype: image
  - name: objects
    struct:
    - name: bbox
      sequence:
        sequence: int64
    - name: categories
      sequence: int64
  splits:
  - name: train
    num_bytes: 4647508.0
    num_examples: 644
  - name: validation
    num_bytes: 2000239.0
    num_examples: 277
  download_size: 6398185
  dataset_size: 6647747.0
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
  - split: validation
    path: data/validation-*
---

# Shagai

Object detection dataset for identifying the shape of [shagai](https://en.wikipedia.org/wiki/Shagai) (ankle of a sheep).

Checkout our original [Github Repo](https://github.com/bilguun0203/ankle-bone-recognition).

## Dataset info

Dataset contains total of 921 images with 3680 objects. Each image has exactly 4 objects.

**Categories:**
- horse
- camel
- sheep
- goat

**Splits:**

- Training: 644 images, 2573 objects, `{0: 644, 1: 642, 2: 668, 3: 619}` (obj. class)
- Validation: 277 images, 1107 objects, `{0: 302, 1: 245, 2: 281, 3: 279}` (obj. class)

## Credits

This dataset was created with contributions from Amarsaikhan Batjargal, Bandikhuu Baasanjav, and Bilguun Ochirbat, students of the National University of Mongolia.

### Citation

```bibtex
@misc{shagai2018,
  author = {Ochirbat, Bilguun and Batjargal, Amarsaikhan and Baasanjav, Bandikhuu},
  title = {{Detect the shape of shagai using RetinaNet}},
  howpublished = {\url{https://github.com/bilguun0203/ankle-bone-recognition}},
  year = {2018},
  month = {July}
}
```