diff --git a/app/otbImageClassifierFromDeepFeatures.cxx b/app/otbImageClassifierFromDeepFeatures.cxx index a0f9361050d85ec076546a8ca511180f2b2f31d0..f861da418c6ce4a257e673132fe8fda04fb6bc6f 100644 --- a/app/otbImageClassifierFromDeepFeatures.cxx +++ b/app/otbImageClassifierFromDeepFeatures.cxx @@ -76,6 +76,8 @@ private: SetDocAuthors("Remi Cresson"); SetDocSeeAlso(" "); + AddDocTag(Tags::Learning); + ClearApplications(); // Add applications diff --git a/app/otbPatchesExtraction.cxx b/app/otbPatchesExtraction.cxx index f39b09def86022effa9b6975f2eeb37ef71eda32..79f5711d3df3ae6fc152db242975f44e33bf541a 100644 --- a/app/otbPatchesExtraction.cxx +++ b/app/otbPatchesExtraction.cxx @@ -153,6 +153,8 @@ public: SetDocAuthors("Remi Cresson"); + AddDocTag(Tags::Learning); + // Input/output images AddAnInputImage(); for (int i = 1; i < tf::GetNumberOfSources() ; i++) diff --git a/app/otbTensorflowModelServe.cxx b/app/otbTensorflowModelServe.cxx index cc5e073494d10931bc04a039619f4411adc968bd..0aa9d71ec29345ecd332062d030e3ca0ea70eab6 100644 --- a/app/otbTensorflowModelServe.cxx +++ b/app/otbTensorflowModelServe.cxx @@ -157,6 +157,8 @@ public: "parameter group to impose your squared tiles sizes"); SetDocAuthors("Remi Cresson"); + AddDocTag(Tags::Learning); + // Input/output images AddAnInputImage(); for (int i = 1; i < tf::GetNumberOfSources() ; i++) diff --git a/app/otbTensorflowModelTrain.cxx b/app/otbTensorflowModelTrain.cxx index 5315cbb7a5d72a396787c0fa71360796265890e2..212fcdd943e8b3fd4347666db71b4acac170f20f 100644 --- a/app/otbTensorflowModelTrain.cxx +++ b/app/otbTensorflowModelTrain.cxx @@ -175,6 +175,8 @@ public: "the tensorflow model, (2) the patch size and (3) the image(s) source. "); SetDocAuthors("Remi Cresson"); + AddDocTag(Tags::Learning); + // Input model AddParameter(ParameterType_Group, "model", "Model parameters"); AddParameter(ParameterType_Directory, "model.dir", "Tensorflow model_save directory"); diff --git a/app/otbTrainClassifierFromDeepFeatures.cxx b/app/otbTrainClassifierFromDeepFeatures.cxx index 1990ccc2c185406f440d70fd3c2070a883cc436c..ae1e5d949bbb97d2c8587299d16d9b46f1a12e6a 100644 --- a/app/otbTrainClassifierFromDeepFeatures.cxx +++ b/app/otbTrainClassifierFromDeepFeatures.cxx @@ -75,6 +75,8 @@ private: SetDocAuthors("Remi Cresson"); SetDocSeeAlso(" "); + AddDocTag(Tags::Learning); + ClearApplications(); // Add applications