human detection json
henbucuoshanghai opened this issue · 5 comments
henbucuoshanghai commented
how to get the human detection json???the mpii dataset has it????
it means get the pepole bbox from the imgs???
henbucuoshanghai commented
using a dnn approach?like faster rcnn??
mks0601 commented
I haven't run human detection on MPII dataset, but you can run it using existing human detection models such as mask-rcnn
henbucuoshanghai commented
existing human detection models to detect the people in the mpii images????but how to get the new keypoints in the new imgs that detected by the mask-rcnn??
mks0601 commented
Train TF-SimpleHumanPose on the MPII dataset.
henbucuoshanghai commented
i have the mpii dataset,and get train.json,test.json
i want to Train TF-SimpleHumanPose on the MPII dataset.
does i have to get the human detection json?how to get it