--- language: - en license: other # Original dataset license not explicitly stated; refer to Mendeley terms at https://data.mendeley.com/datasets/hvnsh7rwz7/1 pretty_name: "POLAR: Posture-Level Action Recognition Dataset" size_categories: "10K ` (normalized to [0,1]). - Class IDs map to actions as follows (0-8): - 0: bending - 1: jumping - 2: lying - 3: running - 4: sitting - 5: squatting - 6: standing - 7: stretching - 8: walking - Included a ready-to-use `dataset.yaml` for YOLOv8+ training. These changes simplify setup while preserving the original data integrity. ## Usage ### Training with YOLO (Ultralytics) 1. Clone or download this dataset to your working directory. 2. Install Ultralytics: `pip install ultralytics`. 3. Train a model (e.g., using YOLOv8 nano): ``` yolo detect train data=dataset.yaml model=yolov8n.pt epochs=100 imgsz=640 ``` - This assumes the YAML is in the root (`POLAR/`). - Adjust `epochs`, `imgsz`, or other hyperparameters as needed. - YOLO will automatically pair images with labels based on filenames. For more details on YOLO integration, see the [Ultralytics documentation](https://docs.ultralytics.com/). ## Citation If you use this dataset in your research, please cite the original work: > Ma, Wentao; Liang, Shuang (2021), “POLAR: Posture-level Action Recognition Dataset”, Mendeley Data, V1, doi: [10.17632/hvnsh7rwz7.1](https://doi.org/10.17632/hvnsh7rwz7.1). --- *Last updated: October 20, 2025*