Skip to content

Commit df39a8f

Browse files
committed
feat(cloud): implement data annotation tools for ml training
1 parent e4a695d commit df39a8f

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

api/cloud/annotation_tool.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
class AnnotationTool:
2+
def label_image(self, image_id, boxes):
3+
# Bounding box and semantic labeling
4+
pass

0 commit comments

Comments
 (0)