This is the release for paper "PoseFlow: A Deep Motion Representation for Understanding Human Behaviors in Videos" CVPR2018
-
Download CMU Panoptic dataset, we use "Pose" subset
- generate mat file for the dataset
run scripts/get_continuous_data.m
you can skip this step by downloading the results form Google Drive
- sampling the data with random duration
run scripts/generate_DS_database.m # down sampling the data
- generate poseflow ground truth
run scripts/generate_DS_poseFlow448_data.m # generate ground truth
-
Prepare caffe, we use Caffe for FlowNet2
sh data/make-lmdb.sh
sh models/PFNST-CV/train.sh
run scripts/test_epe.m
The trained model can be downloaded from Google Drive
code has also been released in gitee
When using the code in your research work, please cite the following paper:
@inproceedings{zhang2018poseflow,
title={PoseFlow: A Deep Motion Representation for Understanding Human Behaviors in Videos},
author={Zhang, Dingwen and Guo, Guangyu and Huang, Dong and Han, Junwei},
booktitle={2018 IEEE/CVF Conference on Computer Vision and Pattern Recognition},
pages={6762--6770},
year={2018},
organization={IEEE}
}