When drawing on images, the main goal is to accurately place shapes and text where intended. Metrics focus on pixel accuracy and alignment correctness. For example, if you draw a rectangle around an object, the drawn shape should closely match the object's true position and size.
Common metrics include Intersection over Union (IoU) for shapes, which measures how well the drawn shape overlaps the target area, and pixel error for text placement, which measures how far the text is from the intended spot.
These metrics matter because they tell us if the drawing is precise and useful for tasks like highlighting objects or adding readable labels.