Realtime_Multi-Person_Pose_Estimation icon indicating copy to clipboard operation
Realtime_Multi-Person_Pose_Estimation copied to clipboard

training

Open wwxzxd opened this issue 5 years ago • 3 comments

limbSeq = [[2,3], [2,6], [3,4], [4,5], [6,7], [7,8], [2,9], [9,10],
[10,11], [2,12], [12,13], [13,14], [2,1], [1,15], [15,17],
[1,16], [16,18], [3,17], [6,18]]

mapIdx = [[31,32], [39,40], [33,34], [35,36], [41,42], [43,44], [19,20], [21,22],
[23,24], [25,26], [27,28], [29,30], [47,48], [49,50], [53,54], [51,52],
[55,56], [37,38], [45,46]]

Hello, I want to ask, how is the order of this lookup connection defined? I want to modify, I don't know how to respond

wwxzxd avatar May 15 '19 01:05 wwxzxd

limbSeq = [[2,3], [2,6], [3,4], [4,5], [6,7], [7,8], [2,9], [9,10], [10,11], [2,12], [12,13], [13,14], [2,1], [1,15], [15,17], [1,16], [16,18], [3,17], [6,18]]

mapIdx = [[31,32], [39,40], [33,34], [35,36], [41,42], [43,44], [19,20], [21,22], [23,24], [25,26], [27,28], [29,30], [47,48], [49,50], [53,54], [51,52], [55,56], [37,38], [45,46]]

Hello, I want to ask, how is the order of this lookup connection defined? I am looking forward to your reply, thank you very much.

wwxzxd avatar May 15 '19 01:05 wwxzxd

@wwxzxd the digits in LimbSeq are order of heatmap mapping to jionts. for example ,[2,3] maybe mean the limb of left upper arm,so [31,32] should mean the PAF of left upper arm index in output of net.forward(),and 31 means X ,32 means Y

oujieww avatar May 16 '19 11:05 oujieww

@wwxzxd the digits in LimbSeq are order of heatmap mapping to jionts. for example ,[2,3] maybe mean the limb of left upper arm,so [31,32] should mean the PAF of left upper arm index in output of net.forward(),and 31 means X ,32 means Y

Thank you, I probably understand what you mean, but I am curious why this is the order. limbSeq = [[2,3], [2,6], [3,4], [4,5], [6,7], [7,8], [2,9], [9,10], [10,11], [2,12], [12,13], [13,14], [2,1], [1,15], [15,17], [1,16], [16,18], [3,17], [6,18]]

wwxzxd avatar May 17 '19 02:05 wwxzxd