MCPcopy
hub / github.com/Yuliang-Liu/Monkey / info

Method info

eval/vqa.py:73–79  ·  view source on GitHub ↗

Print information about the VQA annotation file. :return:

(self)

Source from the content-addressed store, hash-verified

71 self.imgToQA = imgToQA
72
73 def info(self):
74 """Print information about the VQA annotation file.
75
76 :return:
77 """
78 for key, value in self.datset['info'].items():
79 print('%s: %s' % (key, value))
80
81 def getQuesIds(self, imgIds=[], quesTypes=[], ansTypes=[]):
82 """Get question ids that satisfy given filter conditions. default skips

Callers 15

__init__Method · 0.80
__init__Method · 0.80
resize_pos_embeddingsMethod · 0.80
__init__Method · 0.80
__init__Method · 0.80
__init__Method · 0.80
build_datasetsFunction · 0.80
mainFunction · 0.80
create_optimizerFunction · 0.80
preprocessFunction · 0.80
__init__Method · 0.80

Calls

no outgoing calls

Tested by 3

test_with_TTAMethod · 0.64
print_csv_formatFunction · 0.64
verify_resultsFunction · 0.64