Vision - Detection 2D
Category: task.vision.detection.2d
Version: 1.0.1
UUID: abf9630dac8e160cae221502f4adcfa741301716a667d6aa3e892566ffb166c2
Execution context: leip_af
Choice Priority: 1000.0
Value Parameters
Constraints
- Data output width has to match model input width (
model.input.width == target.width)
- Data output height has to match model input height (
model.input.height == target.height)
- Model has to be a 2D detection model:
model \(\in\) model.detection.2d
- Data generator has to be a 2D detection data generator:
data_generator \(\in\) data_generator.vision.detection.2d
- Evaluation has use a 2D detection metric:
metric \(\in\) metric.detection.2d
- Export Data has to use a 2D detection format:
export_data \(\in\) export_data.detection.2d
- Data report has to use a 2D detection format:
data_report \(\in\) data_report.detection.2d
This component fits into