diff --git a/scripts/test_triangulate.py b/scripts/test_triangulate.py index 04c3885..207ac84 100644 --- a/scripts/test_triangulate.py +++ b/scripts/test_triangulate.py @@ -26,6 +26,9 @@ config = { "batch_poses": True, "whole_body": whole_body, "take_interval": 1, + "fps": -1, + "max_movement_speed": 0, + "max_track_distance": 0, } joint_names_2d = utils_pipeline.get_joint_names(whole_body)