Commit d533426a authored by Richard Torenvliet's avatar Richard Torenvliet

Fix stupid typo

parent 5fd5e298
...@@ -206,7 +206,7 @@ void evaluate_results( ...@@ -206,7 +206,7 @@ void evaluate_results(
rendering_paramss[i].get_modelview(), rendering_paramss[i].get_modelview(),
rendering_paramss[i].get_projection(), rendering_paramss[i].get_projection(),
fitting::get_opencv_viewport(frame_width, frame_height) fitting::get_opencv_viewport(frame_width, frame_height)
) );
std::string outputfile = fs::path(annotations[frame_number]).replace_extension("").string(); std::string outputfile = fs::path(annotations[frame_number]).replace_extension("").string();
std::string iter = "_" + std::to_string(n_iter) + "_" + std::to_string(i); std::string iter = "_" + std::to_string(n_iter) + "_" + std::to_string(i);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment