Refactored to move the code that generates results and metrics data to a separate function to clean the code a bit.
Fixed the bug causing this pr to fail. This was caused by pgo trajectory being synchronized and aligned after num_poses for reduce_to_ids was selected (incorrectly).
Refactored to move the code that generates results and metrics data to a separate function to clean the code a bit.
Fixed the bug causing this pr to fail. This was caused by pgo trajectory being synchronized and aligned after
num_poses
forreduce_to_ids
was selected (incorrectly).