MOUNT-Cattle
收藏资源简介:
MOUNT-Cattle数据集是一个专门用于奶牛发情期行为分析的视觉数据集,包含1,176个奶牛交配姿势实例。该数据集采用COCO格式标注,支持对象检测和关键点检测任务,适用于姿态估计模型的训练。数据集结构包括原始COCO格式和转换为Hugging Face友好的JSONL格式两种形式。关键点标注详细定义了16个身体部位,包括头部、颈部、脊柱、四肢根部、膝盖和蹄等位置。在实际应用中,建议将本数据集与公开的NWAFU-Cattle数据集结合使用以获得最佳训练效果。数据集由北京农林科学院信息技术研究中心和国家农业信息化工程技术研究中心提供支持。
The MOUNT-Cattle dataset is a visual dataset specifically designed for estrous behavior analysis of dairy cows, containing 1,176 instances of dairy cow mating postures. Annotated in COCO format, this dataset supports object detection and keypoint detection tasks, and is suitable for training pose estimation models. The dataset structure includes two forms: the original COCO format and the Hugging Face-compatible JSONL format after conversion. The keypoint annotations define 16 body parts in detail, including positions such as the head, neck, spine, limb roots, knees, and hooves. In practical applications, it is recommended to combine this dataset with the publicly available NWAFU-Cattle dataset to achieve optimal training performance. This dataset is supported by the Information Technology Research Center of Beijing Academy of Agriculture and Forestry Sciences and the National Engineering Research Center for Information Technology in Agriculture.
MOUNT-Cattle 数据集概述
数据集基本信息
- 数据集名称:MOUNT-Cattle Dataset
- 托管地址:https://huggingface.co/datasets/eelianafang/MOUNT-Cattle
- 许可证:mit
- 相关任务:目标检测、图像分类
- 标签:cattle, object-detection, keypoint-detection, mount, cow, estrus, farm, animal
数据集简介
MOUNT-Cattle 是一个关于奶牛爬跨姿态的数据集,包含 1,176 个爬跨实例。爬跨姿态是奶牛发情期的重要视觉指标。该数据集遵循 COCO 格式,支持在姿态估计模型中即插即用的训练。
在实际训练过程中,建议使用 MOUNT-Cattle 与公开的 NWAFU-Cattle 数据集结合的综合数据集。本仓库提供了该训练设置中使用的相应综合数据集。
数据集支持以下任务:
- 目标检测(边界框)
- 关键点检测(姿态估计)
数据集最初以 COCO 格式 标注,为兼容 Hugging Face,同时提供了转换后的 JSONL 格式。
数据集结构
原始 COCO 格式
MOUNT-Cattle/ ├── images/ ├── annotations/ │ ├── train.json │ ├── val.json │ └── test.json
Hugging Face 友好的 JSONL 格式
MOUNT-Cattle/ ├── images/ ├── train.jsonl ├── validation.jsonl └── test.jsonl
关键点标注定义
数据集按顺序定义了以下关键点:
- 头顶
- 颈部
- 脊柱
- 右前腿根部
- 右前膝
- 右前蹄
- 左前腿根部
- 左前膝
- 左前蹄
- 尾骨
- 右后腿根部
- 右后膝
- 右后蹄
- 左后腿根部
- 左后膝
- 左后蹄
相关资源
- 数据集论文:FSMC-Pose (https://arxiv.org/abs/2603.16596),已被 CVPR 2026 Findings 接收。
- 代码仓库:FSMC-Pose (https://github.com/elianafang/FSMC-Pose)
致谢
信息技术研究中心,北京市农林科学院,国家农业信息化工程技术研究中心




