Skip to content

Make progress bar labels customisable

When calling reportXProgress (X = Segmentation or Evaluation), not only the percentage, but also a string of the current step's name could be transmitted (making int percent to struct XProgress { int percent; std::string stepName; })