We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e19eea commit 97a430aCopy full SHA for 97a430a
maskrcnn_predict_directed.py
@@ -71,7 +71,3 @@ class SimpleConfig(mrcnn_directed.config.Config):
71
class_ids=r['class_ids'],
72
class_names=CLASS_NAMES,
73
scores=r['scores'])
74
-print(r['rois'].shape)
75
-print(r['masks'].shape)
76
-print(r['class_ids'].shape)
77
-print(r['scores'].shape)
0 commit comments