chico2121 / bpe

MIT License
26 stars 11 forks source link

A Body Part Embedding Model with Datasets for Measuring 2D Human Motion Similarity

PyTorch implementation of A Body Part Embedding Model with Datasets for Measuring 2D Human Motion Similarity, IEEE Access.

We propose a learning framework with datasets to generate embeddings for measuring motion similarity for each human body part. See project page for the details.

Getting Started

Installation

Data preparation

Trainining

Inference

Citation

If you use this code for your research, please cite the paper:

@ARTICLE{9366759,
  author={J. {Park} and S. {Cho} and D. {Kim} and O. {Bailo} and H. {Park} and S. {Hong} and J. {Park}},
  journal={IEEE Access}, 
  title={A Body Part Embedding Model With Datasets for Measuring 2D Human Motion Similarity}, 
  year={2021},
  volume={9},
  number={},
  pages={36547-36558},
  doi={10.1109/ACCESS.2021.3063302}}

Acknowledgments

This code borrows heavily from 2D-Motion-Retargeting.