Execution Nodes represent individual steps in an image processing workflow.
ExecutionNode
class represents a single step in an image processing workflow. You can think of an Execution Node as containing two main attributes: IMAGE
and DATA
.
All Execution Nodes have a unique id
.
[PIL.Image.Image]
: Generates a visual representation of the node. If the data in the node are Detections, it annotates the image with the detections.
Otherwise, it displays the data as text on the image.