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

关于输入的问题 #3

Closed
lingtengqiu opened this issue May 5, 2019 · 7 comments
Closed

关于输入的问题 #3

lingtengqiu opened this issue May 5, 2019 · 7 comments

Comments

@lingtengqiu
Copy link

最近在follow 你的工作,你们的输入是单张图片然后估计skeleton 在进行affine,还是输入是两个,一个是图片另外一个是已经存在的skeleton? 我对论文又些许不明白

@liruilong940607
Copy link
Owner

我们的工作输入是image + human pose。 我们用了其他的方法来从图片中提取human pose然后作为我们方法的输入。具体请参考论文

@lingtengqiu
Copy link
Author

那这里有个问题,你们用什么方法来提取pose,也是先detect 的方法做为输入码,我比较愚昧,我看论文时直接将image和pose 做为输入了,我有点不太清楚pose哪里来的。

@liruilong940607
Copy link
Owner

liruilong940607 commented May 8, 2019

我们用了这个方法提取pose,见论文Sec5.1 & Sec5.2:
[26] Associative embedding: End-to-end learning for joint detection and grouping.

这是一个不依赖于detection的自底向上的方法。在论文Introduction中我们有对自底向上的方法做了一个简介:“The main idea of the bottom-up methods is to first detect keypoints for each body part for all the people, and then group or connect those parts to form several instances of human pose, which makes it possible to seperate two intertwined human instances with a large overlap.”

@lingtengqiu
Copy link
Author

请问有Associative embedding: End-to-end learning for joint detection and grouping 的源码吗,我想参考下它的tag的做法

@hih70
Copy link

hih70 commented May 15, 2019

请问有Associative embedding: End-to-end learning for joint detection and grouping 的源码吗,我想参考下它的tag的做法

I think you can find the code for Associative embedding here below
https://github.com/princeton-vl/pose-ae-train

@lxtGH
Copy link

lxtGH commented Jul 19, 2019

所以test的pose 输入也是Associative Embedding???

@lxtGH
Copy link

lxtGH commented Jul 19, 2019

好像没有发现在test上面的结果?对于human这个类的ap.....在COCO上面

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

4 participants