Commit Graph

852 Commits

Author SHA1 Message Date
davidpagnon
21a5e7742b small minor edits 2024-06-24 17:21:56 +02:00
David PAGNON
d277f13e99
Calib.io corner number != Opencv count 2024-06-20 16:29:19 +02:00
David PAGNON
5da03add0f
Calib.io website to generate a good checkerboard 2024-06-20 08:52:47 +02:00
David PAGNON
2347bb679b
Solution to OpenPose models not available anymore 2024-06-14 11:18:55 +02:00
David PAGNON
cba40c83bb
planning for direct integration of pose estimation and opensim 2024-06-14 11:15:15 +02:00
David PAGNON
0b745a0a03
Update docstrings of tests.py 2024-06-12 11:34:30 +02:00
David PAGNON
c02c5d1769
Update CITATION.cff 2024-06-10 21:49:49 +02:00
davidpagnon
ebc9dca365 replaced imgp==[] with len(imgp)=0 2024-06-09 12:44:03 +02:00
davidpagnon
ac078342c8 fixed all nan slice issue 2024-06-09 12:29:02 +02:00
davidpagnon
cd66285690 does not try to augment more trc than len(participant_mass) 2024-06-09 12:05:42 +02:00
davidpagnon
34781a855a marker augmentation works when no neck nor midhip data 2024-06-08 17:42:42 +02:00
davidpagnon
f64a8b3591 bump to v0.8.4 2024-06-08 16:21:08 +02:00
davidpagnon
28c6e95047 added files for calculated calibration in Single trial demo 2024-06-08 16:20:33 +02:00
davidpagnon
d5a759fb77 solve "all nan slice encountered" in euclidian distance 2024-06-08 16:15:04 +02:00
davidpagnon
62e5e73262 update model with SKEL markers 2024-06-08 16:14:05 +02:00
davidpagnon
cab870efe8 much faster analysis 2024-06-07 14:11:19 +02:00
davidpagnon
f474838ff8 Merge branch 'main' of https://github.com/perfanalytics/pose2sim 2024-05-13 11:27:56 +02:00
David PAGNON
aaad2a8991
Update setup.cfg 2024-04-26 23:56:16 +02:00
David PAGNON
3935210d41
Update setup.cfg 2024-04-26 23:54:21 +02:00
David PAGNON
53aea43a43
Update README.md 2024-04-26 23:51:32 +02:00
David PAGNON
a765eae689
Update README.md 2024-04-26 23:34:47 +02:00
davidpagnon
6cee2078c1 only consider directories when looking for calib_dir 2024-04-26 23:15:34 +02:00
davidpagnon
de14598a42 replace non interpolated values by last valid value; change lxml version; fixed interpolation message 2024-04-26 23:07:48 +02:00
davidpagnon
9a60007a5a forgot an os.listdir -> could not find calib when run from trial + version update 2024-04-26 22:06:03 +02:00
David PAGNON
aaa56985e1
Update README.md 2024-04-26 11:35:53 +02:00
David PAGNON
66e3492e32
Add to to-do list
▢ **Pose:** Integrate pose estimation within Pose2Sim (via MMPose).

▢ **Triangulation:** If the gap is larger than the interpolation threshold, fill it with previous frames instead of leaving it blank. 

▢ **OpenSim:** Integrate OpenSim in Pose2Sim.
▢ **OpenSim:** Do not require a separate scaling trial: scale on the 10 slowest frames of the moving trial instead.
2024-04-26 11:25:23 +02:00
davidpagnon
14a4c15fb5 Merge branch 'main' of https://github.com/perfanalytics/pose2sim 2024-04-23 22:46:20 +02:00
davidpagnon
fb191d8a59 added screen axis for c3d so that import possible in blender 2024-04-23 22:46:10 +02:00
David PAGNON
e1cfc22b13
better sorting of json files 2024-04-20 23:12:50 +02:00
David PAGNON
1be1145b1b
Update README.md 2024-04-18 01:49:07 +02:00
David PAGNON
442683a63a
Update README.md 2024-04-17 10:10:55 +02:00
David PAGNON
3a9d405cae
forgot a debugging thing
L181: frame_by_frame_dist += [euclidean_distance(Q_kpt_old[comb[0]][:3],Q_kpt[comb[1]][:3])]
--> removed the [:3]
2024-04-17 09:41:58 +02:00
davidpagnon
db8014c3f5 few changes to the conversion to c3d 2024-04-16 17:28:37 +02:00
HunMinKim
46652a8eaa
Save to c3d and convert trc to c3d (#92)
* make c3d
2024-04-16 11:14:25 +02:00
David PAGNON
99a36f0d9b
Update README.md 2024-04-16 11:02:10 +02:00
davidpagnon
5a484ba6b3 minor changes 2024-04-16 02:33:46 +02:00
davidpagnon
2b02755920 minor changes 2024-04-16 02:28:46 +02:00
davidpagnon
7f6e6a829d Edited Readme and minor stuff 2024-04-15 23:40:01 +02:00
davidpagnon
38eca977ec fixed tests in single-trial mode 2024-04-15 17:11:01 +02:00
davidpagnon
f57b15ce0b Merge branch test 2024-04-15 16:03:44 +02:00
davidpagnon
d1285f3373 Merge branch 'test' 2024-04-15 16:03:07 +02:00
davidpagnon
7b1388d361 v0.8.0 2024-04-15 15:42:13 +02:00
David PAGNON
c580aecbee
Update continuous-integration.yml 2024-04-15 15:39:32 +02:00
davidpagnon
aff6b836f7 Ready to merge 2024-04-15 15:36:47 +02:00
davidpagnon
139279950b Should be all good 2024-04-15 14:12:14 +02:00
David PAGNON
9dc37bb1b0
Change test.py to tests.py 2024-04-15 11:02:22 +02:00
davidpagnon
df99cfcf2b weekend commits 2024-04-15 09:33:55 +02:00
davidpagnon
bd9bbb68ab works both for single trial and batch 2024-04-13 18:42:30 +02:00
David PAGNON
f96b6166b5
Intrinsics not recalculated if overwrite_intrinsics = false 2024-04-12 15:55:00 +02:00
davidpagnon
db676146c9 should finish tomorrow 2024-04-12 01:59:59 +02:00