Commit d0e2ae71 authored by Guillaume Pasero's avatar Guillaume Pasero
Browse files

PKG: fix packaging test (app name must be consistent)

No related merge requests found
Showing with 2 additions and 2 deletions
+2 -2
......@@ -124,12 +124,12 @@ protected:
private:
void DoInit() override
{
SetName("DimensionalityReduction");
SetName("ImageDimensionalityReduction");
SetDescription("Performs dimensionality reduction of the input image "
"according to a dimensionality reduction model file.");
// Documentation
SetDocName("DimensionalityReduction");
SetDocName("Image Dimensionality Reduction");
SetDocLongDescription("This application reduces the dimension of an input"
" image, based on a machine learning model file produced by"
" the TrainDimensionalityReduction application. Pixels of the "
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment