Diff of /datasets/MSGG/README.md [000000] .. [fd9ef4]

Switch to unified view

a b/datasets/MSGG/README.md
1
# Datasets for MSGG
2
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.
3
4
## Data Pretreatment
5
```python
6
python datasets/MSGG/pyramid_keypoints_msgg.py --input_path Path_of_pose_pkl --output_path Path_of_pose_pyramid_pkl
7
```
8
9
## Citation
10
```
11
@article{peng2023learning,
12
  title={Learning rich features for gait recognition by integrating skeletons and silhouettes},
13
  author={Peng, Yunjie and Ma, Kang and Zhang, Yang and He, Zhiqiang},
14
  journal={Multimedia Tools and Applications},
15
  pages={1--22},
16
  year={2023},
17
  publisher={Springer}
18
}
19
```