Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmedfgad authored Jan 21, 2021
1 parent 0e19eea commit 97a430a
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions maskrcnn_predict_directed.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,3 @@ class SimpleConfig(mrcnn_directed.config.Config):
class_ids=r['class_ids'],
class_names=CLASS_NAMES,
scores=r['scores'])
print(r['rois'].shape)
print(r['masks'].shape)
print(r['class_ids'].shape)
print(r['scores'].shape)

0 comments on commit 97a430a

Please sign in to comment.