Create specialized samples in each library
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.