Open lizhenstat opened 3 years ago
Same question here.
Presumably, given that there are NO color-related questions in case of the binary question (i.e., question[q_type_idx+1] = 1), it seems to be intended to use count information from index 4. So, the answer variable means [yes, no, rectangle, circle, 0,1, 2, 3, 4, 5] in case of the binary question. This is for the case of the relational question; “How many objects have the same shape as the green object?”, described in the original paper.
Correct me if i am wrong.
Hi, thanks for your work and sharing of the code!!! I have on question on data generation part, I know the questions and answers are represented in one-hot vectors where questions = 2 x (6 for one-hot vector of color), 3 for question type(binary, ternary, norel), 3 for question subtype answers = yes, no, rectangle, circle, r, g, b, o, k, y
My question is why you use count+4 in here bianry question-subtype 3, which is as follows:
As I understand, the count is already the number of Number of objects which have the same shape with the certain colored object. The +4 in [ yes, no, rectangle, circle, r, g, b, o, k, y] means the colors?
Any help would be appreciated and thanks for your time