General Detection Postprocessor
Category: callback.detection.post_processing
Version: 2.0.0
UUID: 5c9d9e8e5feae802cddc94e5077d558c13e380c90fbe10d2645682ab2cee9477
Execution context: leip_af
Choice Priority: 501.0
Value Parameters
Constraints
- If the GPP is in use, the include_decoding must be set to True (
model.include_decoding == True)
- If the GPP is in use, it should be exported with the model for later use (
export.include_postprocessor == True)
- If the GPP is in use,
post_processor.iou_threshold must be provided. A reasonable value to start with is 0.5 for Efficientdet and SSD, 0.7 for Yolo, and 0.6 for Nanodet. (general_post_processor_params.iou_threshold > 0)
- model has to be a 2D detection model to use the GPP:
model \(\in\) model.detection.2d
This component fits into