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

How many CNNs are used? #9

Open
DilaraAlbayrak opened this issue Jul 23, 2019 · 1 comment
Open

How many CNNs are used? #9

DilaraAlbayrak opened this issue Jul 23, 2019 · 1 comment

Comments

@DilaraAlbayrak
Copy link

Hi,

I am confused about how you handle both pose estimation and category classification. For this purpose, do you use different CNNs? When I have checked the code it seems there is a single model. However, when I checked the paper I deduced several CNNs are used (mainly, Figure2 demonstrate some important issues, I guess I missed the main idea). If you could explain the architecture clearly, I would appreciate. Thanks in advance.

@kanezaki
Copy link
Owner

Hi,

In Fig. 2, the weights of the CNNs are shared and so there is actually a single CNN model. That CNN model outputs a M(N+1)-dimensional vector for each image, where M denotes the number of discrete poses and N denotes the number of categories. Therefore, a single CNN classifies both category and pose.

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