Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions labelme/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -515,15 +515,15 @@ def _setup_actions(self) -> _Actions:
edit=False, createMode="ai_points_to_shape"
),
None,
"ai-polygon.svg",
"ai-points.svg",
self.tr("Click points to segment object. Ctrl+LeftClick ends creation."),
enabled=False,
)
create_ai_box_to_shape_mode = action(
self.tr("AI-Box"),
lambda: self._switch_canvas_mode(edit=False, createMode="ai_box_to_shape"),
None,
"ai-mask.svg",
"ai-box.svg",
self.tr("Draw a bounding box to segment object."),
enabled=False,
)
Expand Down
10 changes: 10 additions & 0 deletions labelme/icons/ai-box.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
11 changes: 0 additions & 11 deletions labelme/icons/ai-mask.svg

This file was deleted.

14 changes: 14 additions & 0 deletions labelme/icons/ai-points.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
20 changes: 0 additions & 20 deletions labelme/icons/ai-polygon.svg

This file was deleted.

Loading