Commit Graph

851 Commits

Author SHA1 Message Date
David PAGNON
25e3bd2fe8
Save scaled model when run from command line
Didn't save it previously
2022-11-03 12:39:21 +01:00
David PAGNON
7cf21fcbce
Instruction for using OpenSim in command line 2022-11-03 12:32:47 +01:00
davidpagnon
420402570d v0.2.6 2022-10-25 17:14:55 +02:00
David PAGNON
fcd5ac0195
fix bug fix in indexing 2022-10-25 16:10:45 +02:00
David PAGNON
3176b8a861
typo 2022-10-25 15:24:52 +02:00
David PAGNON
4a75f30e66
typo 2022-10-25 15:24:21 +02:00
David PAGNON
8d0fda6984
push v0.2.3 to pypi 2022-10-14 22:50:53 +02:00
David PAGNON
c2a967026a
Bug when start frame not zero
- took json files starting from `start`
- started dataframe from `start`
which resulted in starting from `start*2` -> now starts dataframe from zero.
2022-10-14 22:44:59 +02:00
David PAGNON
8c9b9338e8
display bug when used as func 2022-10-14 22:24:58 +02:00
David PAGNON
9e320851c8
Update README.md 2022-09-30 17:32:20 +02:00
davidpagnon
d10ab1cd34 replace frames_range by frame_range 2022-09-30 17:12:41 +02:00
davidpagnon
6d54409bc2 change openpose_model to pose_model 2022-09-29 18:07:53 +02:00
David PAGNON
7d8658e7ce
Update README.md 2022-09-25 09:26:32 +02:00
David PAGNON
6dee06a683
Update README.md 2022-09-14 16:31:56 +02:00
David PAGNON
a1a66546df
Add JOSS paper in how to cite 2022-09-14 16:31:10 +02:00
David PAGNON
a02499363a
Ultimate changes? 2022-09-14 10:18:57 +02:00
davidpagnon
a5d6be1361 new image 2022-09-14 10:04:08 +02:00
David PAGNON
a8354bdc87
Better pdf formatting 2022-09-13 11:58:11 +02:00
David PAGNON
f51d1064ac
test for better pdf formatting 2022-09-13 11:52:18 +02:00
David PAGNON
01352f776c
Merge pull request #10 from danielskatz/patch-1
minor changes (mostly using markdown) in paper
2022-09-13 11:47:53 +02:00
Daniel S. Katz
d3192ea7c5
minor changes (mostly using markdown) in paper 2022-09-12 10:52:36 -05:00
David PAGNON
315b185aaa
Lower-case open-source and package 2022-09-12 15:49:34 +02:00
David PAGNON
c71892539e
Update paper.bib 2022-09-09 10:25:16 +02:00
David PAGNON
1f1ee32062
Update paper.md 2022-09-09 10:13:26 +02:00
David PAGNON
8a042a36a8
Add auto-calibration in todolist 2022-09-05 13:22:30 +02:00
David PAGNON
77ea4e84a8
Shortly elaborate on bone and joint constraints 2022-09-02 11:31:18 +02:00
David PAGNON
d2e0bfe513
Periods at the end of lists 2022-08-29 15:04:58 +02:00
davidpagnon
aaa93495dc Missing DOIs 2022-08-25 14:15:00 +02:00
davidpagnon
80c8a39ed9 bad citation 2022-08-24 15:24:38 -07:00
davidpagnon
1622062329 Last JOSS modifs 2022-08-24 15:17:23 -07:00
davidpagnon
49e0f8eb1e Merge branch 'main' of https://github.com/perfanalytics/pose2sim 2022-08-20 00:03:26 -07:00
davidpagnon
19c57e27c7 Other JOSS modifs 2022-08-20 00:03:00 -07:00
David PAGNON
fa20de0589
add diagram for utilities 2022-08-19 23:15:59 +02:00
davidpagnon
de8d882002 JOSS test 2022-08-19 14:06:31 -07:00
davidpagnon
fe4cfba6f7 Merge branch 'main' of https://gitlab.inria.fr/perfanalytics/pose2sim 2022-08-19 11:26:08 -07:00
davidpagnon
0eef941134 with joss editor comments 2022-08-18 13:23:16 -07:00
davidpagnon
c5d1d3f2e8 Merge branch 'main' of https://github.com/perfanalytics/pose2sim 2022-08-18 13:17:57 -07:00
davidpagnon
0134815eb4 joss editor modifs 2022-08-18 13:17:39 -07:00
David PAGNON
105ea0bb4e
Add Zenodo DOI 2022-08-16 19:50:21 +02:00
davidpagnon
8aa0b99af8 version accepted for JOSS publication 2022-08-13 10:19:22 -07:00
David PAGNON
642f48e0c7
Link for OpenSim compilation on Linux 2022-08-05 20:59:57 +02:00
David PAGNON
1830fdf6c8
Add trc_combine in Utilities 2022-07-30 00:01:46 +02:00
David PAGNON
47e685c3a1
Update and rename combine_trc.py to trc_combine.py 2022-07-29 23:58:44 +02:00
David PAGNON
2a75ee5398
Create combine_trc.py 2022-07-29 23:54:58 +02:00
David PAGNON
fbc31614c5
natural sorting of json files
folders were correctly sorted, but not always json files. 
Example: if the files are named 1.json, 2.json, ..., 10.json, they were ordered as 1.json, 10.json, 2.json, ...
2022-07-29 07:59:34 +02:00
David PAGNON
5c2692f1cd
natural sorting of json files
folders were correctly sorted, but not always json files. 
Example: if the files are named 1.json, 2.json, ..., 10.json, they were ordered as 1.json, 10.json, 2.json, ...
2022-07-29 01:03:34 +02:00
David PAGNON
95553b7ec1
func name: interpolate_zeros -> interpolate_nans 2022-07-28 00:27:49 +02:00
David PAGNON
0f501d582c
add inverse dynamics in to-do-list 2022-07-27 22:49:10 +02:00
davidpagnon
f00c4ca638 minor change on workflow 2022-07-27 12:23:10 -07:00
davidpagnon
b011517c83 remove pipeline.png 2022-07-20 20:53:21 +02:00