outcomes
, and the other called FlowContainer
which store all the data related to the execution.FlowContainer
is stored a list of couples (entry
, regions
), with regions corresponding to a list of bounding boxes
(potentially the default one) associated with concepts
.small_object_detector
and big_object_detector
steps are passed in the outcome (see below for the inference steps). The good practice is to list here all inference steps corresponding to an object detection task that are useful to explain the final prediction of the checkpoint.custom_nodes.py
.