You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
3 years ago | |
---|---|---|
.. | ||
panoptic | 3 years ago | |
README.md | 3 years ago |
README.md
VoxelPose: Towards Multi-Camera 3D Human Pose Estimation in Wild Environment
VoxelPose (ECCV'2020)
@inproceedings{tumultipose,
title={VoxelPose: Towards Multi-Camera 3D Human Pose Estimation in Wild Environment},
author={Tu, Hanyue and Wang, Chunyu and Zeng, Wenjun},
booktitle={ECCV},
year={2020}
}
VoxelPose proposes to break down the task of 3d human pose estimation into 2 stages: (1) Human center detection by Cuboid Proposal Network (2) Human pose regression by Pose Regression Network.
The networks in the two stages are all based on 3D convolution. And the input feature volumes are generated by projecting each voxel to multi-view images and sampling at the projected location on the 2D heatmaps.