Files
OpenGait/datasets/MSGG/README.md
T
Dongyang Jin 2c29afadf3 Support skeleton (#155)
* pose

* pose

* pose

* pose

* 你的提交消息

* pose

* pose

* Delete train1.sh

* pretreatment

* configs

* pose

* reference

* Update gaittr.py

* naming

* naming

* Update transform.py

* update for datasets

* update README

* update name and README

* update

* Update transform.py
2023-09-27 16:20:00 +08:00

19 lines
631 B
Markdown

# Datasets for MSGG
MSGG needs to convert the pose key format of other datasets(such as CASIA-B, GREW, Gait3D,) from coco17 to the input format of Pyramid keys.
## Data Pretreatment
```python
python datasets/MSGG/pyramid_keypoints_msgg.py --input_path Path_of_pose_pkl --output_path Path_of_pose_pyramid_pkl
```
## Citation
```
@article{peng2023learning,
title={Learning rich features for gait recognition by integrating skeletons and silhouettes},
author={Peng, Yunjie and Ma, Kang and Zhang, Yang and He, Zhiqiang},
journal={Multimedia Tools and Applications},
pages={1--22},
year={2023},
publisher={Springer}
}
```