MCPcopy Create free account
hub / github.com/PeizeSun/SparseR-CNN / save

Method save

detectron2/utils/visualizer.py:283–289  ·  view source on GitHub ↗

Args: filepath (str): a string that contains the absolute path, including the file name, where the visualized image will be saved.

(self, filepath)

Source from the content-addressed store, hash-verified

281 self.ax = ax
282
283 def save(self, filepath):
284 """
285 Args:
286 filepath (str): a string that contains the absolute path, including the file name, where
287 the visualized image will be saved.
288 """
289 self.fig.savefig(filepath)
290
291 def get_image(self):
292 """

Callers 15

outputFunction · 0.80
mot.pyFile · 0.80
crowdhuman.pyFile · 0.80
lvis.pyFile · 0.80
coco_panoptic.pyFile · 0.80
coco.pyFile · 0.80
cityscapes.pyFile · 0.80
processMethod · 0.80
processMethod · 0.80
evaluateMethod · 0.80
evaluateMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected