Skip to content

Fixing generation of class ids for only one class

Alexander Froch requested to merge alfroch-master-patch-78614 into master

Summary

This MR introduces the following changes

  • Fixes an issue that when only one class is given via class_labels (for plotting reasons or so), that an int was returned and not a list. This would kill the loader functions because they loop over this output. This should fix the issue.

Conformity

Edited by Alexander Froch

Merge request reports