Skip to content

Commit

Permalink
Fix pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
kokseang committed Jan 16, 2025
1 parent 3c33318 commit 02026e7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions perception_dataset/deepen/deepen_annotation.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
class LabelType(str, Enum):
BBOX_3D = "3d_bbox"
BBOX_2D = "box"

POINT_3D = "3d_point"
SEGMENTATION_2D = "2d_segmentation"

Expand Down

0 comments on commit 02026e7

Please sign in to comment.