linjieli222 / VQA_ReGAT

Research Code for ICCV 2019 paper "Relation-aware Graph Attention Network for Visual Question Answering"
https://arxiv.org/abs/1903.12314
MIT License
180 stars 38 forks source link

Can you tell me the specific label of the semantic relationship type? #37

Open haoopan opened 3 years ago

haoopan commented 3 years ago

Hi, It's a great job! In your semantic relationship encoding, you use one-hot encoding in semantic matrix. I wnat to use word embedding to encode the semantic relationships, so can you tell me the specific label of the semantic relationship type? such as, 0: no_relation, 1:wearing, 2:sitting on, 3:standing on, ...., 15: looking at. Or have you used word embedding to encode and how effective is it?

Thank you very much, I'm looking forward your reply.