MCPcopy
hub / github.com/matterport/Mask_RCNN / display

Method display

config.py:166–172  ·  view source on GitHub ↗

Display Configuration values.

(self)

Source from the content-addressed store, hash-verified

164 for stride in self.BACKBONE_STRIDES])
165
166 def display(self):
167 """Display Configuration values."""
168 print("\nConfigurations:")
169 for a in dir(self):
170 if not a.startswith("__") and not callable(getattr(self, a)):
171 print("{:30} {}".format(a, getattr(self, a)))
172 print("\n")

Callers 3

display_tableFunction · 0.80
coco.pyFile · 0.80
balloon.pyFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected