Skip to content

Commit

Permalink
[FasterRCNN] add clarification of data format
Browse files Browse the repository at this point in the history
  • Loading branch information
ppwwyyxx committed Jun 4, 2020
1 parent 7c76e76 commit b434887
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions examples/FasterRCNN/dataset/dataset.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,9 @@ def training_roidbs(self):
either convert it, or the augmentation will need to be changed or skipped accordingly.
Include this field only if training Mask R-CNN.
Coordinates in boxes & polygons are absolute coordinates in unit of pixels, unless
cfg.DATA.ABSOLUTE_COORD is False.
"""
raise NotImplementedError()

Expand Down

0 comments on commit b434887

Please sign in to comment.