Commit Graph

835 Commits

Author SHA1 Message Date
davidpagnon
ac037e05ce works if no number in camera folder names 2024-07-18 09:51:42 +02:00
davidpagnon
644ce103b8 bump to next version 2024-07-17 17:48:51 +02:00
davidpagnon
15f2308f26 fix for linux CI 2024-07-17 17:30:56 +02:00
davidpagnon
c4f20d160c typo 2024-07-17 16:51:51 +02:00
davidpagnon
2bc68d4d59 fixed batch processing 2024-07-17 16:50:14 +02:00
davidpagnon
e270c6d1d8 fixed calib in multi_person 2024-07-17 13:49:12 +02:00
davidpagnon
e5dd81d94d option to skip pose estimation if already done 2024-07-17 10:57:12 +02:00
davidpagnon
d35b64efcb clearer error when empty pose directories 2024-07-16 10:11:41 +02:00
davidpagnon
9925d6d8c8 minor fix for concision 2024-07-13 22:16:33 +02:00
davidpagnon
abc7af8871 Merge branch 'main' of https://github.com/perfanalytics/pose2sim 2024-07-13 22:05:12 +02:00
davidpagnon
29e27ce355 minor fixes 2024-07-13 22:05:03 +02:00
David PAGNON
df0bbc5652
Fix for when no person association or synchronization is run 2024-07-13 22:02:24 +02:00
David PAGNON
d44ec76d5c
Needs for python >=3.9 2024-07-12 13:02:01 +02:00
David PAGNON
05c4502735
Fixed error when no person association 2024-07-11 11:26:50 +02:00
davidpagnon
75943b90ca minor edits 2024-07-10 14:53:38 +02:00
davidpagnon
e21c763614 minor edits 2024-07-10 14:51:34 +02:00
davidpagnon
b31215c8c0 integration of pose estimation 2024-07-10 10:12:57 +02:00
David PAGNON
ae22ae4358
Update README.md 2024-07-09 21:26:31 +02:00
davidpagnon
bc3cd4fb24 fixed typo 2024-07-09 21:11:32 +02:00
davidpagnon
86f7088b4e option to fill large gaps with nan, last valid value, or zeros 2024-07-09 20:54:18 +02:00
davidpagnon
7a3bcf76be minor edits 2024-07-09 19:19:41 +02:00
davidpagnon
86e3936a50 pose estimation support 2024-07-09 16:47:42 +02:00
davidpagnon
2551d479f9 pose estimation release 2024-07-09 16:46:35 +02:00
David PAGNON
b2fe4f7ba3
Pose estimation test (#116)
Edits from @hunminkim98's awesome work at integrating pose estimation into Pose2Sim with RTMLib. Most of the changes in syntax are not necessarily better, it is mostly for the code to be more consistent with the rest of the library. Thank you again for your fantastic work!

General:
- Automatically detects whether a valid CUDA install is available. If so, use the GPU with the ONNXRuntime backend. Otherwise, use the CPU with the OpenVINO backend
- The tensorflow version used for marker augmentation was incompatible with the cuda torch installation for pose estimation: edited code and models for it to work with the latest tf version.
- Added logging information to pose estimation
- Readme.md: provided an installation procedure for CUDA (took me a while to find something simple and robust)
- Readme.md: added information about PoseEstimation with RTMLib
- added poseEstimation to tests.py
- created videos for the multi-person case (used to only have json, no video), and reorganized Demo folders. Had to recreate calibration file as well

Json files:
- the json files only saved one person, I made it save all the detected ones
- tracking was not taken into account by rtmlib, which caused issues in synchronization: fixed, waiting for merge
- took the save_to_openpose function out from the main function
- minified the json files (they take less space when all spaces are removed)

Detection results:
- Compared the triangulated locations of RTMpose keypoints to the ones of OpenPose to potentially edit model marker locations on OpenSim. Did not seem to need it.

Others in Config.toml:
- removed the "to_openpose" option, which is not needed
- added the flag: save_video = 'to_images' # 'to_video' or 'to_images' or ['to_video', 'to_images']
- changed the way frame_range was handled (made me change synchronization in depth, as well as personAssociation and triangulation)
- added the flag: time_range_around_maxspeed in synchronization
- automatically detect framerate from video, or set to 60 fps if we work from images (or give a value)
- frame_range -> time_range
- moved height and weight to project (only read for markerAugmentation, and in the future for automatic scaling)
- removed reorder_trc from triangulation and Config -> call it for markerAugmentation instead

Others:
- Provided an installation procedure for OpenSim (for the future) and made continuous installation check its install (a bit harder since it cannot be installed via pip)
- scaling from motion instead of static pose (will have to study whether it's as good or not)
- added logging to synchronization
- Struggled quite a bit with continuous integration


* Starting point of integrating RTMPose into Pose2Sim. (#111)

* RTM_to_Open

Convert format from RTMPose to OpenPose

* rtm_intergrated

* rtm_integrated

* rtm_integrated

* rtm_integrated

* rtm

* Delete build/lib/Pose2Sim directory

* rtm

* Delete build/lib/Pose2Sim directory

* Delete onnxruntime-gpu

* device = cpu

* add pose folder

* Update tests.py

* added annotation

* fix typo

* Should work be still lots of tests to run. Detailed commit coming soon

* intermediary commit

* last checks before v0.9.0

* Update continuous-integration.yml

* Update tests.py

* replaced tabs with spaces

* unittest issue

* unittest typo

* deactivated display for CI test of pose detection

* Try to make continuous integration work

* a

* b

* c

* d

* e

* f

* g

* h

* i

* j

* k

* l

---------

Co-authored-by: HunMinKim <144449115+hunminkim98@users.noreply.github.com>
2024-07-09 16:39:33 +02:00
David PAGNON
f287b0e5b4
Conda install with OpenSim should work
Insha'llah
God willing
Dieu voulant
2024-06-30 16:53:32 +02:00
David PAGNON
1c74616f7d
Cleaned up conda install with opensim 2024-06-30 16:47:26 +02:00
David PAGNON
4ce440d342
forgot -n pose2sim in conda install opensim 2024-06-30 16:42:25 +02:00
David PAGNON
1525924a82
I am okay 2024-06-30 16:38:12 +02:00
David PAGNON
861f36c368
Trying again 2024-06-30 16:34:46 +02:00
David PAGNON
bb538455f7
Update continuous-integration.yml 2024-06-30 16:17:23 +02:00
David PAGNON
69e2918ecb
remove python install as is installed from conda 2024-06-30 16:09:22 +02:00
David PAGNON
a7e5f4aa6d
opensim not found on conda fix 2024-06-30 16:00:39 +02:00
David PAGNON
3338fe5c4f
Test opensim install (need conda env) 2024-06-30 15:57:15 +02:00
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