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 can I build an attribute matrix #1

Open
alisadra opened this issue Nov 13, 2016 · 1 comment
Open

how can I build an attribute matrix #1

alisadra opened this issue Nov 13, 2016 · 1 comment

Comments

@alisadra
Copy link

in your code used binary PredicateMatrix which is a 1855-element vector that represent feature of each class. I used a specific CNN as a face feature extractor to obtain a 4096-element feature vector for each person(like your data).
So, how can I build an attribute matrix (PredicateMatrix in your code)? you can share code?

@rqiao
Copy link
Owner

rqiao commented Mar 13, 2018

They are ordinary matlab variables. The column and row correspond to the categories and their associated semantic vectors, respectively. Saving the values to the variables should do the job.

@rqiao rqiao closed this as completed Mar 13, 2018
@rqiao rqiao reopened this Mar 13, 2018
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