From 222f186a3dbb5810c5fd9f1bea4423626609d208 Mon Sep 17 00:00:00 2001 From: David PAGNON Date: Tue, 26 Sep 2023 00:33:59 +0200 Subject: [PATCH] Add Smoothnet to to-do list --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index e176a51..b5b8740 100644 --- a/README.md +++ b/README.md @@ -865,6 +865,7 @@ If you want to contribute to Pose2Sim, please follow [this guide](https://docs.g ✔ **Filtering:** Available filtering methods: Butterworth, Butterworth on speed, Gaussian, Median, LOESS (polynomial smoothing). ✔ **Filtering:** Implement Kalman filter and Kalman smoother. +▢ **Filtering:** Implement [smoothNet](https://github.com/perfanalytics/pose2sim/issues/29) ✔ **OpenSim:** Integrate better spine from [lifting fullbody model](https://pubmed.ncbi.nlm.nih.gov/30714401) to the [gait full-body model](https://nmbl.stanford.edu/wp-content/uploads/07505900.pdf), more accurate for the knee. ✔ **OpenSim:** Optimize model marker positions as compared to ground-truth marker-based positions.