MCPcopy
hub / github.com/yangchris11/samurai / info

Method info

lib/train/dataset/COCO_tool.py:116–122  ·  view source on GitHub ↗

Print information about the annotation file. :return:

(self)

Source from the content-addressed store, hash-verified

114 self.cats = cats
115
116 def info(self):
117 """
118 Print information about the annotation file.
119 :return:
120 """
121 for key, value in self.dataset['info'].items():
122 print('{}: {}'.format(key, value))
123
124 def getAnnIds(self, imgIds=[], catIds=[], areaRng=[], iscrowd=None):
125 """

Callers 15

_load_checkpointFunction · 0.80
set_imageMethod · 0.80
set_image_batchMethod · 0.80
__init__Method · 0.80
single_proc_runFunction · 0.80
_move_to_deviceMethod · 0.80
runMethod · 0.80

Calls 2

printFunction · 0.85
itemsMethod · 0.80

Tested by

no test coverage detected