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

Method dump

detectron2/config/config.py:72–78  ·  view source on GitHub ↗

Returns: str: a yaml string representation of the config

(self, *args, **kwargs)

Source from the content-addressed store, hash-verified

70 self.update(new_config)
71
72 def dump(self, *args, **kwargs):
73 """
74 Returns:
75 str: a yaml string representation of the config
76 """
77 # to make it show up in docs
78 return super().dump(*args, **kwargs)
79
80
81global_cfg = CfgNode()

Callers 11

convert_to_coco_jsonFunction · 0.80
convert_to_coco_jsonFunction · 0.80
convert_to_coco_jsonFunction · 0.80
default_setupFunction · 0.80
_eval_box_proposalsMethod · 0.80
_eval_box_proposalsMethod · 0.80
testMethod · 0.80
testMethod · 0.80
cocofy_lvisFunction · 0.80

Calls

no outgoing calls

Tested by 2

testMethod · 0.64
testMethod · 0.64