-
Notifications
You must be signed in to change notification settings - Fork 52
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
Can't get the results of yes/no, number and other question. #6
Comments
Hi, I just pushed a script data_vqa/preprocess_data.py which I used to preprocess the data. You can rerun it to get the question type information. best, |
@zcyang Thanks a lot! |
@zcyang
there are no methods like And there are 10 answers for a question in VQA dataset, so do you just select one answer randomly or get all 10 answers as labels during training process for both open-ended and multiple choice task? Looking for your reply, thanks~ |
@marielladimiccoli |
Hi,
Thank you !
I actually need just to execute the preprocess_data.py of @zcyang,
<https://github.com/zcyang>
finally could you do it?
so I need the methods loadQuestion and LoadAnswer() for that,
How did you do?
…________________________________
Da: mikirui <[email protected]>
Inviato: lunedì 9 gennaio 2017 16.06.48
A: zcyang/imageqa-san
Cc: marielladimiccoli; Mention
Oggetto: Re: [zcyang/imageqa-san] Can't get the results of yes/no, number and other question. (#6)
@marielladimiccoli<https://github.com/marielladimiccoli>
Sorry, I can't find the codes for it. If you just want to preprocess the VQA dataset, I think https://github.com/jiasenlu/HieCoAttenVQA/tree/master/prepro<url> may be good for you, but the processed data may not have the same format as this project.
-
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub<#6 (comment)>, or mute the thread<https://github.com/notifications/unsubscribe-auth/ARDZ5dgq_g8GkfgoLA6c4aYCaYLQgrzhks5rQk0IgaJpZM4K_sen>.
|
@marielladimiccoli But I haven't try the replaced code I mentioned, if there are some mistakes, I think you can check the API in https://github.com/VT-vision-lab/VQA/blob/master/PythonHelperTools/vqaTools/vqa.py and then check the structure of VQA dataset in http://visualqa.org/download.html |
Hi, I have downloaded the vqa data (the link has been provided) and run the training. But the pkl file deserialized are some arrays, so I don't known how to distinguish the type of yes/no, number and other. How can I get the result of specific type of question?
Thank you,
WeimingZhang
The text was updated successfully, but these errors were encountered: