Skip to content
Snippets Groups Projects
Commit b26f5829 authored by OTB Bot's avatar OTB Bot
Browse files

STYLE

parent cfaa8364
Branches
Tags
No related merge requests found
......@@ -178,4 +178,3 @@ private:
}
......@@ -40,7 +40,7 @@ void TrainMachineLearningImagesClassifier::InitNeuralNetworkParams()
//There is no ParameterType_IntList, so i use a ParameterType_StringList and convert it.
/*std::vector<std::string> layerSizes;
layerSizes.push_back("100");
layerSizes.push_back("100");*/
layerSizes.push_back("100"); */
AddParameter(ParameterType_StringList, "classifier.ann.sizes", "Number of neurons in each intermediate layer");
//SetParameterStringList("classifier.ann.sizes", layerSizes);
SetParameterDescription("classifier.ann.sizes",
......
......@@ -67,7 +67,7 @@ int otbImageFileWriterWithExtendedOptionBox(int argc, char* argv[])
<< starty << separator
<< sizex << separator
<< sizey
;
;
std::cout << "Output image with user defined path " << outputFilenameExtended.str() << std::endl;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment