Commit b4348874 authored by Yuxin Wu's avatar Yuxin Wu

[FasterRCNN] add clarification of data format

parent 7c76e763
......@@ -34,6 +34,9 @@ class DatasetSplit():
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()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment