Skip to content
Snippets Groups Projects
Commit aa938bb2 authored by Joan Solà Ortega's avatar Joan Solà Ortega
Browse files

remove voting_aux_active

parent 67a1410f
No related branches found
No related tags found
1 merge request!403Resolve "Merge Aux/KeyFrames into Estimated Frames"
Pipeline #6198 failed
......@@ -243,7 +243,6 @@ struct ParamsProcessorBase : public ParamsBase
std::string print() const override
{
return "voting_active: " + std::to_string(voting_active) + "\n"
+ "voting_aux_active: " + std::to_string(voting_aux_active) + "\n"
+ "time_tolerance: " + std::to_string(time_tolerance) + "\n"
+ "apply_loss_function: " + std::to_string(apply_loss_function) + "\n";
}
......
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