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

Method remove

detectron2/data/catalog.py:69–73  ·  view source on GitHub ↗

Alias of ``pop``.

(self, name)

Source from the content-addressed store, hash-verified

67 return list(self.keys())
68
69 def remove(self, name):
70 """
71 Alias of ``pop``.
72 """
73 self.pop(name)
74
75 def __str__(self):
76 return "DatasetCatalog(registered datasets: {})".format(", ".join(self.keys()))

Callers 4

_load_modelMethod · 0.45
remove_reshape_for_fcFunction · 0.45
_merge_cfg_strMethod · 0.45

Calls

no outgoing calls

Tested by 1

_merge_cfg_strMethod · 0.36