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

Additional Head to the architecture #233

Open
abhigoku10 opened this issue Nov 15, 2021 · 1 comment
Open

Additional Head to the architecture #233

abhigoku10 opened this issue Nov 15, 2021 · 1 comment

Comments

@abhigoku10
Copy link

@argusswift thanks for sharing the code base i had the following queries

  1. can we add an additional head to the existing code base which performs multi-task classification like gender,age classification for each person box detected?
  2. Can we add an additional head to the whole pipeline which performs scene classification / multiattribute classification

Please share your thoughts on thsi

@argusswift
Copy link
Owner

@argusswift thanks for sharing the code base i had the following queries

  1. can we add an additional head to the existing code base which performs multi-task classification like gender,age classification for each person box detected?
  2. Can we add an additional head to the whole pipeline which performs scene classification / multiattribute classification

Please share your thoughts on thsi

Of course, as long as you associate the label (like gender and age you mentioned above) with the corresponding picture. The main points of modification are: 1. The last layer of convolution of the head network needs more channels to adapt to this change. 2. The change of this attribute needs to be taken into account in label encoding and decoding processing.

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