Skip to content

Commit da24904

Browse files
sfendell-labelboxVal Brodsky
authored andcommitted
Support percent for rectangles. (#1848)
1 parent 5e58282 commit da24904

File tree

1 file changed

+1
-0
lines changed
  • libs/labelbox/src/labelbox/data/annotation_types/geometry

1 file changed

+1
-0
lines changed

libs/labelbox/src/labelbox/data/annotation_types/geometry/rectangle.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,7 @@ class RectangleUnit(Enum):
9494
INCHES = "INCHES"
9595
PIXELS = "PIXELS"
9696
POINTS = "POINTS"
97+
PERCENT = "PERCENT"
9798

9899

99100
class DocumentRectangle(Rectangle):

0 commit comments

Comments
 (0)