eelianafang commited on
Commit
8a2835b
Β·
verified Β·
1 Parent(s): 53c41a1

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +33 -10
README.md CHANGED
@@ -15,23 +15,46 @@ task_categories:
15
  license: mit
16
  ---
17
 
18
- ## πŸ“Œ Overview
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
  ![dataset](https://cdn-uploads.huggingface.co/production/uploads/68cd5c5c87a712fdd6b0fc2d/bMECz3t-a0GS3dGt8Yaur.png)
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
- ## πŸ“ Dataset Structure
33
-
34
- ### πŸ”Ή Original COCO Format
35
 
36
  ```
37
  MOUNT-Cattle/
@@ -42,7 +65,7 @@ MOUNT-Cattle/
42
  β”‚ └── test.json
43
  ```
44
 
45
- ### πŸ”Ή Hugging Face Friendly JSONL Format
46
 
47
  ```
48
  MOUNT-Cattle/
@@ -52,7 +75,7 @@ MOUNT-Cattle/
52
  └── test.jsonl
53
  ```
54
 
55
- ## 🦴 Keypoints Annotation
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
- ## πŸ“œ License
79
 
80
  Please specify the dataset license here.
81
 
82
- ## πŸ™‹ Acknowledgement
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
+ &nbsp;&nbsp;
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
+ &nbsp;&nbsp;
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
  ![dataset](https://cdn-uploads.huggingface.co/production/uploads/68cd5c5c87a712fdd6b0fc2d/bMECz3t-a0GS3dGt8Yaur.png)
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