MCPcopy
hub / github.com/hustvl/Vim / dump

Method dump

det/detectron2/config/config.py:87–93  ·  view source on GitHub ↗

Returns: str: a yaml string representation of the config

(self, *args, **kwargs)

Source from the content-addressed store, hash-verified

85 self.update(new_config)
86
87 def dump(self, *args, **kwargs):
88 """
89 Returns:
90 str: a yaml string representation of the config
91 """
92 # to make it show up in docs
93 return super().dump(*args, **kwargs)
94
95
96global_cfg = CfgNode()

Callers 15

mainFunction · 0.80
mainFunction · 0.80
convert_to_coco_jsonFunction · 0.80
_try_get_keyFunction · 0.80
default_setupFunction · 0.80
_eval_box_proposalsMethod · 0.80
_eval_box_proposalsMethod · 0.80
saveMethod · 0.80
get_point_annotationsFunction · 0.80
test_fast_evalMethod · 0.80
testMethod · 0.80

Calls

no outgoing calls

Tested by 4

mainFunction · 0.64
test_fast_evalMethod · 0.64
testMethod · 0.64
testOmegaConfMethod · 0.64