Skip to content

[Fix](Exports) Generated main.cpp mutli outputs result log

Axel Farrugia requested to merge fix_main_generation into dev

Context

The main.cpp file generated during the export process do not handle multi outputs properly, as the same confidence variable is used for all outputs (whereas they may have different types).

Changes

Fix

  • main.cpp generated file now handles multi outputs.

Merge request reports

Loading