Skip to content

BUG: #1582: detect empty training data

Guillaume Pasero requested to merge detect-empty-samples into develop

If no samples is found by the MultiImageSamplingRate application, it can be considered a fatal error, so we raise an exception that will also stop the processing in TrainImagesClassifier.

Merge request reports