mirror of
https://github.com/ultralytics/ultralytics
synced 2026-04-21 14:07:18 +00:00
Fix table format in annotation.md (#24232)
This commit is contained in:
parent
826cd7f357
commit
da03154f86
1 changed files with 25 additions and 25 deletions
|
|
@ -434,22 +434,22 @@ Efficient annotation with keyboard shortcuts:
|
|||
|
||||
=== "General"
|
||||
|
||||
| Shortcut | Action |
|
||||
| ---------------------- | -------------------------- |
|
||||
| `Cmd/Ctrl+S` | Save annotations |
|
||||
| `Cmd/Ctrl+Z` | Undo |
|
||||
| `Cmd/Ctrl+Shift+Z` | Redo |
|
||||
| `Cmd/Ctrl+Y` | Redo (alternative) |
|
||||
| `Escape` | Save / Deselect / Exit |
|
||||
| `Delete` / `Backspace` | Delete selected annotation |
|
||||
| `1-9` | Select class 1-9 |
|
||||
| `Cmd/Ctrl+Scroll` | Zoom in/out |
|
||||
| `Cmd/Ctrl++` or `Cmd/Ctrl+=` | Zoom in |
|
||||
| `Cmd/Ctrl+-` | Zoom out |
|
||||
| `Cmd/Ctrl+0` | Reset to fit |
|
||||
| `Space+Drag` | Pan canvas when zoomed |
|
||||
| `Shift+Click` | Multi-select annotations |
|
||||
| `Cmd/Ctrl+A` | Select all annotations |
|
||||
| Shortcut | Action |
|
||||
| ----------------------------- | ---------------------------- |
|
||||
| `Cmd/Ctrl+S` | Save annotations |
|
||||
| `Cmd/Ctrl+Z` | Undo |
|
||||
| `Cmd/Ctrl+Shift+Z` | Redo |
|
||||
| `Cmd/Ctrl+Y` | Redo (alternative) |
|
||||
| `Escape` | Save / Deselect / Exit |
|
||||
| `Delete` / `Backspace` | Delete selected annotation |
|
||||
| `1-9` | Select class 1-9 |
|
||||
| `Cmd/Ctrl+Scroll` | Zoom in/out |
|
||||
| `Cmd/Ctrl++` or `Cmd/Ctrl+=` | Zoom in |
|
||||
| `Cmd/Ctrl+-` | Zoom out |
|
||||
| `Cmd/Ctrl+0` | Reset to fit |
|
||||
| `Space+Drag` | Pan canvas when zoomed |
|
||||
| `Shift+Click` | Multi-select annotations |
|
||||
| `Cmd/Ctrl+A` | Select all annotations |
|
||||
|
||||
=== "Modes"
|
||||
|
||||
|
|
@ -460,15 +460,15 @@ Efficient annotation with keyboard shortcuts:
|
|||
|
||||
=== "Drawing"
|
||||
|
||||
| Shortcut | Action |
|
||||
| -------------- | --------------------------------------------------------- |
|
||||
| `Click+Drag` | Draw bounding box (detect/OBB) |
|
||||
| `Click` | Add polygon point (segment) / Place skeleton (pose) |
|
||||
| `Right-click` | Complete polygon / Add SAM negative point |
|
||||
| `Shift` + `click`/`right-click` | Place multiple SAM points before applying (auto-apply on) |
|
||||
| `A` | Toggle auto-apply (Smart mode) |
|
||||
| `Enter` | Complete polygon / Confirm pose / Save SAM annotation |
|
||||
| `Escape` | Cancel pose / Save SAM annotation / Deselect / Exit |
|
||||
| Shortcut | Action |
|
||||
| ------------------------------- | ----------------------------------------------------------- |
|
||||
| `Click+Drag` | Draw bounding box (detect/OBB) |
|
||||
| `Click` | Add polygon point (segment) / Place skeleton (pose) |
|
||||
| `Right-click` | Complete polygon / Add SAM negative point |
|
||||
| `Shift` + `click`/`right-click` | Place multiple SAM points before applying (auto-apply on) |
|
||||
| `A` | Toggle auto-apply (Smart mode) |
|
||||
| `Enter` | Complete polygon / Confirm pose / Save SAM annotation |
|
||||
| `Escape` | Cancel pose / Save SAM annotation / Deselect / Exit |
|
||||
|
||||
=== "Arrange (Z-Order)"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue