Skip to content
Snippets Groups Projects
Commit 47948df9 authored by Joan Vallvé Navarro's avatar Joan Vallvé Navarro
Browse files

bad prefix for param apply_loss_function

parent 6dfaa272
No related branches found
No related tags found
1 merge request!331Resolve "Add loss function API"
Pipeline #4833 passed
This commit is part of merge request !331. Comments created here will be created in the context of that merge request.
......@@ -212,7 +212,7 @@ struct ProcessorParamsBase : public ParamsBase
time_tolerance = _server.getParam<double>(prefix + _unique_name + "/time_tolerance");
voting_active = _server.getParam<bool>(prefix + _unique_name + "/keyframe_vote/voting_active");
voting_aux_active = _server.getParam<bool>(prefix + _unique_name + "/keyframe_vote/voting_aux_active");
apply_loss_function = _server.getParam<bool>(prefix + _unique_name + "/keyframe_vote/apply_loss_function");
apply_loss_function = _server.getParam<bool>(prefix + _unique_name + "/apply_loss_function");
}
virtual ~ProcessorParamsBase() = default;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment