ZxShen
ZxShen
Hi @tinaboya2023,I tried to make some changes to the evaluation method according to your idea, but the effect was poor. Could you please help me to check the problems in...
Hey @tinaboya2023 For the first question, I use `# assert len(answers) == 10`, but I'm not sure if what I'm doing is correct. I'm still learning about TextVQAaccuracy, there's something...
Thank you for your work! @uakarsh I hope the problem can be resolved soon.
Hi again @tinaboya2023 This is my change to `_compute_answer_scores`. ```python def _compute_answer_scores(self, raw_answers): """ compute the accuracy (soft score) of human answers """ answers = [self.answer_processor(a) for a in raw_answers]...
Hi @tinaboya2023 Thank you for your reply. I'm very sorry. It should be my mistake. I don't know how to modify it :(