3dpose_gan icon indicating copy to clipboard operation
3dpose_gan copied to clipboard

Extending 3dpose_gan to posenet ?

Open timtensor opened this issue 5 years ago • 2 comments

Hi is it possible to extend this to posenet (which does the 2d joint detection? ) It has the following keypoint configuration

'nose', 0 'leftEye', 1 'rightEye', 2 'leftEar', 3 'rightEar', 4 'leftShoulder', 5 'rightShoulder', 6 'leftElbow', 7 'rightElbow', 8 'leftWrist', 9 'rightWrist', 10 'leftHip', 11 'rightHip', 12 'leftKnee', ' 13 rightKnee', 14 'leftAnkle', 15 'rightAnkle' 16

timtensor avatar May 08 '19 09:05 timtensor

Yes. Just simply rearrange the output array.

noumanriazkhan avatar May 08 '19 17:05 noumanriazkhan

@noumanriazkhan , thank you for the information . Could you tell me , what kind of array input is it expecting ? Following , is it possible to do 3d estimation of frame by frame basis of an input video sequence .

timtensor avatar May 08 '19 18:05 timtensor