Skip to content

Commit

Permalink
Another stupid mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
davidpagnon committed Feb 10, 2025
1 parent 4aa1b1f commit 33c90ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Pose2Sim/Utilities/tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ def test_workflow(self, mock_input):
# Run all
# No marker augmentation
config_dict.get("pose").update({"tracking_mode":'deepsort'})
config_dict.get("pose").update({"deepsort_params":"""{'max_age':30, 'n_init':3, 'nms_max_overlap':0.8, 'max_cosine_distance':0.3, 'nn_budget':200, 'max_iou_distance':0.8, embedder:'mobilenet'}"""})
config_dict.get("pose").update({"deepsort_params":"""{'max_age':30, 'n_init':3, 'nms_max_overlap':0.8, 'max_cosine_distance':0.3, 'nn_budget':200, 'max_iou_distance':0.8, 'embedder':'mobilenet'}"""})
Pose2Sim.runAll(config_dict, do_synchronization=False, do_markerAugmentation=False)


Expand Down

0 comments on commit 33c90ae

Please sign in to comment.