mirror of
https://github.com/clearml/clearml-docs
synced 2025-04-22 07:15:59 +00:00
Change icons size (#130)
This commit is contained in:
parent
fa9878ab85
commit
e3afc3ad93
@ -91,10 +91,10 @@ depend upon the settings in the annotation task (see [Creating Annotation Tasks]
|
|||||||
|
|
||||||
1. Select an annotation mode and add the bounded area to the frame image.
|
1. Select an annotation mode and add the bounded area to the frame image.
|
||||||
|
|
||||||
* Rectangle mode - Click <img src="/docs/latest/icons/ico-rectangle-icon-purple.svg" alt="Rectangle mode" className="icon size-md space-sm" /> and then click the image, drag and release.
|
* Rectangle mode - Click <img src="/docs/latest/icons/ico-rectangle-icon-purple.svg" alt="Rectangle mode" className="icon size-sm space-sm" /> and then click the image, drag and release.
|
||||||
* Polygon mode - Click <img src="/docs/latest/icons/ico-polygon-icon-purple.svg" alt="Polygon mode" className="icon size-md space-sm" /> and then click the image for the first vertex,
|
* Polygon mode - Click <img src="/docs/latest/icons/ico-polygon-icon-purple.svg" alt="Polygon mode" className="icon size-sm space-sm" /> and then click the image for the first vertex,
|
||||||
move to another vertex and click, continue until closing the last vertex.
|
move to another vertex and click, continue until closing the last vertex.
|
||||||
* Key points mode - Click <img src="/docs/latest/icons/ico-keypoint-icon-purple.svg" alt="Key points mode" className="icon size-md space-sm" /> and then click each key point.
|
* Key points mode - Click <img src="/docs/latest/icons/ico-keypoint-icon-purple.svg" alt="Key points mode" className="icon size-sm space-sm" /> and then click each key point.
|
||||||
|
|
||||||
1. In the new label area, choose or enter a label.
|
1. In the new label area, choose or enter a label.
|
||||||
1. Optionally, add metadata.
|
1. Optionally, add metadata.
|
||||||
|
@ -59,9 +59,9 @@ Use frame viewer controls to navigate between frames in a Hyper-Dataset Version,
|
|||||||
|
|
||||||
|Control |Mode |Action|
|
|Control |Mode |Action|
|
||||||
|----|-----|----|
|
|----|-----|----|
|
||||||
| Hold Shift | Key points (<img src="/docs/latest/icons/ico-keypoint-icon-purple.svg" alt="Key points mode" className="icon size-md space-sm" />) | While holding Shift, add new points to the ROI by left clicking, and move a single point by dragging it with your mouse |
|
| Hold Shift | Key points (<img src="/docs/latest/icons/ico-keypoint-icon-purple.svg" alt="Key points mode" className="icon size-sm space-sm" />) | While holding Shift, add new points to the ROI by left clicking, and move a single point by dragging it with your mouse |
|
||||||
| Enter | Key points (<img src="/docs/latest/icons/ico-keypoint-icon-purple.svg" alt="Key points mode" className="icon size-md space-sm" />) | Complete annotation |
|
| Enter | Key points (<img src="/docs/latest/icons/ico-keypoint-icon-purple.svg" alt="Key points mode" className="icon size-sm space-sm" />) | Complete annotation |
|
||||||
| Esc | Key points (<img src="/docs/latest/icons/ico-keypoint-icon-purple.svg" alt="Key points mode" className="icon size-md space-sm" />), Polygon (<img src="/docs/latest/icons/ico-polygon-icon-purple.svg" alt="Polygon mode" className="icon size-md space-sm" />) | Cancel annotation process |
|
| Esc | Key points (<img src="/docs/latest/icons/ico-keypoint-icon-purple.svg" alt="Key points mode" className="icon size-sm space-sm" />), Polygon (<img src="/docs/latest/icons/ico-polygon-icon-purple.svg" alt="Polygon mode" className="icon size-sm space-sm" />) | Cancel annotation process |
|
||||||
|
|
||||||
### Viewing and Editing Frames
|
### Viewing and Editing Frames
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user