diff --git a/Pose2Sim/Demo_Batch/Config.toml b/Pose2Sim/Demo_Batch/Config.toml index 4bd0847..1f5a390 100644 --- a/Pose2Sim/Demo_Batch/Config.toml +++ b/Pose2Sim/Demo_Batch/Config.toml @@ -152,7 +152,7 @@ make_c3d = true # save triangulated data in c3d format in addition to trc [filtering] type = 'butterworth' # butterworth, kalman, gaussian, LOESS, median, butterworth_on_speed -display_figures = true # true or false (lowercase) +display_figures = false # true or false (lowercase) make_c3d = true # also save triangulated data in c3d format [filtering.butterworth] diff --git a/Pose2Sim/Demo_Batch/Trial_1/Config.toml b/Pose2Sim/Demo_Batch/Trial_1/Config.toml index 0511ce0..006e553 100644 --- a/Pose2Sim/Demo_Batch/Trial_1/Config.toml +++ b/Pose2Sim/Demo_Batch/Trial_1/Config.toml @@ -152,7 +152,7 @@ # [filtering] # type = 'butterworth' # butterworth, kalman, gaussian, LOESS, median, butterworth_on_speed -# display_figures = true # true or false (lowercase) +# display_figures = false # true or false (lowercase) # make_c3d = true # also save triangulated data in c3d format # [filtering.butterworth] diff --git a/Pose2Sim/Demo_Batch/Trial_2/Config.toml b/Pose2Sim/Demo_Batch/Trial_2/Config.toml index 708943a..b73959a 100644 --- a/Pose2Sim/Demo_Batch/Trial_2/Config.toml +++ b/Pose2Sim/Demo_Batch/Trial_2/Config.toml @@ -152,7 +152,7 @@ keypoints_to_consider = 'all' # 'all' if all points should be considered, for ex # [filtering] # type = 'butterworth' # butterworth, kalman, gaussian, LOESS, median, butterworth_on_speed -# display_figures = true # true or false (lowercase) +# display_figures = false # true or false (lowercase) # make_c3d = false # also save triangulated data in c3d format # [filtering.butterworth] diff --git a/README.md b/README.md index 27b4f79..96aa419 100644 --- a/README.md +++ b/README.md @@ -935,7 +935,7 @@ You will be proposed a to-do list, but please feel absolutely free to propose yo ▢ **Utilities**: Create trc_to_c3d.py script ✔ **Bug:** calibration.py. FFMPEG error message when calibration files are images. See [there](https://github.com/perfanalytics/pose2sim/issues/33#:~:text=In%20order%20to%20check,filter%20this%20message%20yet.). -▢ **Bug:** common.py, class plotWindow(). Python crashes after a few runs of `Pose2Sim.filtering()` when `display_figures=true`. See [there](https://github.com/superjax/plotWindow/issues/7). +✔ **Bug:** common.py, class plotWindow(). Python crashes after a few runs of `Pose2Sim.filtering()` when `display_figures=true`. See [there](https://github.com/superjax/plotWindow/issues/7).