Circle Visualization
Draw a circle around a detected region in an image.
Last updated
Was this helpful?
Draw a circle around a detected region in an image.
Last updated
Was this helpful?
The Circle Visualization block lets you draw a circle around detected regions in an image.
This block works with:
Object detection models
Segmentation models
To use this block, you need:
An input image or video frame, and;
Predictions from an Object Detection or Segmentation model.
The Circle Visualization block returns an image with a circle drawn around detected regions in an image.
Here is an example output from this block:
Here is an example when this block is used with a Label Visualization block:
This block is useful if you want to see the results from a model on an image. This is common during testing.
Because visualizing predictions adds a small amount of overhead to running a Workflow, we only recommend adding a Visualization in production if you need to see the location of results from your model.
This block only shows circles calculated using the coordinates from an object detection or segmentation model. To see object labels, you will need to add a .