Update README.md
Browse files
README.md
CHANGED
|
@@ -15,23 +15,46 @@ task_categories:
|
|
| 15 |
license: mit
|
| 16 |
---
|
| 17 |
|
| 18 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 19 |
|
| 20 |
Mounting posture is an important visual indicator of estrus in dairy cattle. MOUNT-Cattle is a mounting dataset, covering 1,176 mounting instances, which follows the COCO format and supports drop-in training across pose estimation models.
|
| 21 |
|
| 22 |

|
| 23 |
|
| 24 |
In the actual training process, please use the comprehensive dataset that combines MOUNT-Cattle with the public NWAFU-Cattle dataset. This repository provides the corresponding comprehensive dataset used in that training setup. supporting:
|
| 25 |
-
|
| 26 |
- Object Detection (bounding boxes)
|
| 27 |
- Keypoint Detection (pose estimation)
|
| 28 |
-
|
| 29 |
The dataset was originally labeled in **COCO format**, and to be compatible with Hugging Face, we provide the converted **JSONL format**.
|
| 30 |
|
|
|
|
| 31 |
|
| 32 |
-
##
|
| 33 |
-
|
| 34 |
-
### πΉ Original COCO Format
|
| 35 |
|
| 36 |
```
|
| 37 |
MOUNT-Cattle/
|
|
@@ -42,7 +65,7 @@ MOUNT-Cattle/
|
|
| 42 |
β βββ test.json
|
| 43 |
```
|
| 44 |
|
| 45 |
-
##
|
| 46 |
|
| 47 |
```
|
| 48 |
MOUNT-Cattle/
|
|
@@ -52,7 +75,7 @@ MOUNT-Cattle/
|
|
| 52 |
βββ test.jsonl
|
| 53 |
```
|
| 54 |
|
| 55 |
-
#
|
| 56 |
|
| 57 |
The dataset defines the following keypoints in order:
|
| 58 |
|
|
@@ -75,10 +98,10 @@ The dataset defines the following keypoints in order:
|
|
| 75 |
16. Left_hind_hoof
|
| 76 |
```
|
| 77 |
|
| 78 |
-
#
|
| 79 |
|
| 80 |
Please specify the dataset license here.
|
| 81 |
|
| 82 |
-
#
|
| 83 |
|
| 84 |
Information Technology Research Center, Beijing Academy of Agriculture and Forestry Sciences, National Engineering Research Center for Information Technology in Agriculture
|
|
|
|
| 15 |
license: mit
|
| 16 |
---
|
| 17 |
|
| 18 |
+
|
| 19 |
+
# Updates/News π£
|
| 20 |
+
|
| 21 |
+
* π **News (Feb. 2026)**: The dataset paper [FSMC-Pose](https://arxiv.org/abs/2603.16596) has been accepted for CVPR 2026 Findings!
|
| 22 |
+
* π **News**: Please find the open-source dataset on Hugging Face: [MOUNT-Cattle](https://huggingface.co/datasets/eelianafang/MOUNT-Cattle).
|
| 23 |
+
|
| 24 |
+
|
| 25 |
+
<!-- <p align="center"> -->
|
| 26 |
+
<img src="https://cdn-uploads.huggingface.co/production/uploads/68cd5c5c87a712fdd6b0fc2d/My_jaRbTp8_CXqky8rqx7.png" width="500"/>
|
| 27 |
+
<!-- </p> -->
|
| 28 |
+
|
| 29 |
+
|
| 30 |
+
<!-- <p align="center"> -->
|
| 31 |
+
<a href="https://arxiv.org/abs/2603.16596">
|
| 32 |
+
<img src="https://img.shields.io/badge/FSMC--Pose-Paper-E76F51?style=flat&logo=arxiv&logoColor=white" />
|
| 33 |
+
</a>
|
| 34 |
+
|
| 35 |
+
<a href="https://huggingface.co/datasets/eelianafang/MOUNT-Cattle">
|
| 36 |
+
<img src="https://img.shields.io/badge/MOUNT--Cattle-Dataset-c5a730?style=flat&logo=huggingface&logoColor=white" />
|
| 37 |
+
</a>
|
| 38 |
+
|
| 39 |
+
<a href="https://github.com/elianafang/FSMC-Pose">
|
| 40 |
+
<img src="https://img.shields.io/badge/FSMC--Pose-Code-4C9BDB?style=flat&logo=github&logoColor=white" />
|
| 41 |
+
</a>
|
| 42 |
+
<!-- </p> -->
|
| 43 |
+
|
| 44 |
+
# π Overview
|
| 45 |
|
| 46 |
Mounting posture is an important visual indicator of estrus in dairy cattle. MOUNT-Cattle is a mounting dataset, covering 1,176 mounting instances, which follows the COCO format and supports drop-in training across pose estimation models.
|
| 47 |
|
| 48 |

|
| 49 |
|
| 50 |
In the actual training process, please use the comprehensive dataset that combines MOUNT-Cattle with the public NWAFU-Cattle dataset. This repository provides the corresponding comprehensive dataset used in that training setup. supporting:
|
|
|
|
| 51 |
- Object Detection (bounding boxes)
|
| 52 |
- Keypoint Detection (pose estimation)
|
|
|
|
| 53 |
The dataset was originally labeled in **COCO format**, and to be compatible with Hugging Face, we provide the converted **JSONL format**.
|
| 54 |
|
| 55 |
+
# π Dataset Structure
|
| 56 |
|
| 57 |
+
## πΉ Original COCO Format
|
|
|
|
|
|
|
| 58 |
|
| 59 |
```
|
| 60 |
MOUNT-Cattle/
|
|
|
|
| 65 |
β βββ test.json
|
| 66 |
```
|
| 67 |
|
| 68 |
+
## πΉ Hugging Face Friendly JSONL Format
|
| 69 |
|
| 70 |
```
|
| 71 |
MOUNT-Cattle/
|
|
|
|
| 75 |
βββ test.jsonl
|
| 76 |
```
|
| 77 |
|
| 78 |
+
# 𦴠Keypoints Annotation
|
| 79 |
|
| 80 |
The dataset defines the following keypoints in order:
|
| 81 |
|
|
|
|
| 98 |
16. Left_hind_hoof
|
| 99 |
```
|
| 100 |
|
| 101 |
+
# π License
|
| 102 |
|
| 103 |
Please specify the dataset license here.
|
| 104 |
|
| 105 |
+
# π Acknowledgement
|
| 106 |
|
| 107 |
Information Technology Research Center, Beijing Academy of Agriculture and Forestry Sciences, National Engineering Research Center for Information Technology in Agriculture
|