Skip to content

Create specialized samples in each library

Daniel CARRON requested to merge refactor-samples into common-package

Samples in the classification and segmentation libraries are different

  • classification: image, dict(target, name, ...)
  • segmentation : dict(image, target, mask), dict(name, ...)

This MR makes changes to the codebase in order to handle these differences.

Merge request reports