Forgot to deactivate plotting when testing on the server
This commit is contained in:
parent
bd505fe274
commit
149dbb1dab
@ -152,7 +152,7 @@ make_c3d = true # save triangulated data in c3d format in addition to trc
|
|||||||
|
|
||||||
[filtering]
|
[filtering]
|
||||||
type = 'butterworth' # butterworth, kalman, gaussian, LOESS, median, butterworth_on_speed
|
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
|
make_c3d = true # also save triangulated data in c3d format
|
||||||
|
|
||||||
[filtering.butterworth]
|
[filtering.butterworth]
|
||||||
|
@ -152,7 +152,7 @@
|
|||||||
|
|
||||||
# [filtering]
|
# [filtering]
|
||||||
# type = 'butterworth' # butterworth, kalman, gaussian, LOESS, median, butterworth_on_speed
|
# 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
|
# make_c3d = true # also save triangulated data in c3d format
|
||||||
|
|
||||||
# [filtering.butterworth]
|
# [filtering.butterworth]
|
||||||
|
@ -152,7 +152,7 @@ keypoints_to_consider = 'all' # 'all' if all points should be considered, for ex
|
|||||||
|
|
||||||
# [filtering]
|
# [filtering]
|
||||||
# type = 'butterworth' # butterworth, kalman, gaussian, LOESS, median, butterworth_on_speed
|
# 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
|
# make_c3d = false # also save triangulated data in c3d format
|
||||||
|
|
||||||
# [filtering.butterworth]
|
# [filtering.butterworth]
|
||||||
|
@ -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
|
▢ **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:** 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).
|
||||||
</pre>
|
</pre>
|
||||||
</details>
|
</details>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user