You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@argusswift thanks for sharing the code base i had the following queries
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?
Can we add an additional head to the whole pipeline which performs scene classification / multiattribute classification
Please share your thoughts on thsi
The text was updated successfully, but these errors were encountered:
@argusswift thanks for sharing the code base i had the following queries
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?
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.
@argusswift thanks for sharing the code base i had the following queries
Please share your thoughts on thsi
The text was updated successfully, but these errors were encountered: