Skip to content
Snippets Groups Projects
Commit 076b062f authored by Julien Michel's avatar Julien Michel
Browse files

BUG: Wrong parameter handling (the application does not take into account the negative samples)

parent 2c1fec3f
Branches
Tags
No related merge requests found
......@@ -202,7 +202,7 @@ private:
//Read the vector datas
VectorDataType::Pointer psVectorData = GetParameterVectorData("psin");
psVectorData->Update();
VectorDataType::Pointer nsVectorData = GetParameterVectorData("psin");
VectorDataType::Pointer nsVectorData = GetParameterVectorData("nsin");
nsVectorData->Update();
// Load the initial descriptor model
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment