Tensorflow_PersonLab icon indicating copy to clipboard operation
Tensorflow_PersonLab copied to clipboard

能详细介绍下personLab的解码过程吗?

Open murdockhou opened this issue 5 years ago • 1 comments

你好, 请问可以详细介绍下PersonLab的解码过程吗? 没有看很懂它的解码过程, 谢谢~

murdockhou avatar Jun 24 '19 12:06 murdockhou

解码过程比较复杂,我的代码主要参考https://github.com/octiapp/KerasPersonLab这里。建议结合Paper看,虽然代码用了很多Numpy的高级技巧,但思路和论文是一致,heatmap->short offset->middle offset->long offset. Heatmaps和short offset做keypoints detection, middle offset做keypoitns grouping, long offset对整个mask区域做grouping从而区分Instances.

scnuhealthy avatar Jul 13 '19 07:07 scnuhealthy