Skip to content

Fix layout from [H,W,C] to [C,H,W]

Thibault Allenet requested to merge layout into dev

Fix Aidge::tensorOpencv function to create a tensor from a cv::MAT with a layout of [Channel ,Height, Width]. Fix Tests accordingly.

Merge request reports