-
Notifications
You must be signed in to change notification settings - Fork 24
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
Code for pose tracking in mgPFF paper #2
Comments
Hi,
Thanks for your interest. I would release that after our submission becomes
accepted.
But here is how we did that --
1. prepare 15 maps for 15 keypoints respectively.
2. for each map, I dilate the corresponding joint to make it bigger in
size, thus allowing for flowing; otherwise it would diminish.
3. using the PFF to propagate the 15 maps, forming a new stack of 15 maps.
4. for each map, voting for the new location of the joint.
Hope this helps understand the workflow.
Regards,
Shu
…On Wed, Apr 24, 2019 at 10:34 AM zlai0 ***@***.***> wrote:
Hi, do you have the code for pose tracking? I wonder how exactly do you
encode the 15 keypoints as 15 maps?
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#2>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/ABRJSJEK5AYUGA6OO6XUV3TPSCKZLANCNFSM4HIGMC7A>
.
|
Hi Shu, Sure, thanks for your quick reply. I will try that. But I was just wondering how do you dilate the joint, and how is the voting done? |
I just simply used scipy.ndimage.binary_dilation to dilate each joint
before propagating; then as for voting, I compute the coordinate mean
(based on mass center) of the the propagated dots.
Regards,
Shu
…On Wed, Apr 24, 2019 at 11:47 AM zlai0 ***@***.***> wrote:
Hi Shu,
Sure, thanks for your quick reply. I will try that. But I was just
wondering how do you dilate the joint, and how is the voting done?
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#2 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ABRJSJBBHXWHRTTNTCAYNUDPSCTKRANCNFSM4HIGMC7A>
.
|
Hi Shu, Cool. Thanks for your explanation! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi, do you have the code for pose tracking? I wonder how exactly do you encode the 15 keypoints as 15 maps?
The text was updated successfully, but these errors were encountered: