Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

training #227

Open
wwxzxd opened this issue May 15, 2019 · 3 comments
Open

training #227

wwxzxd opened this issue May 15, 2019 · 3 comments

Comments

@wwxzxd
Copy link

wwxzxd commented May 15, 2019

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
Copy link
Author

wwxzxd commented May 15, 2019

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.

@oujieww
Copy link

oujieww commented May 16, 2019

@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

@wwxzxd
Copy link
Author

wwxzxd commented May 17, 2019

@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]]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants