Commit Graph

22 Commits

Author SHA1 Message Date
davidpagnon
f779081508 fixed image relative links 2024-09-24 10:40:46 +02:00
David PAGNON
95d5e2d5e5
Site test back to main branch (#134)
* test page

* test

* pages back to main branch
2024-09-24 10:23:06 +02:00
davidpagnon
164fe2a980 Update Readme 2024-09-21 02:52:30 +02:00
davidpagnon
3b06611551 updated image 2024-09-20 22:42:28 +02:00
davidpagnon
27bdba282d updated docstrings 2024-09-20 20:32:36 +02:00
davidpagnon
e321228a75 beta: opensim integration 2024-09-19 00:39:58 +02:00
davidpagnon
60ad0cdc61 Not on storage use 2024-08-06 15:58:12 +02:00
davidpagnon
3bb2c5dfb6 Pose2Sim storage use 2024-07-26 22:52:52 +02:00
davidpagnon
2bc68d4d59 fixed batch processing 2024-07-17 16:50:14 +02:00
davidpagnon
b31215c8c0 integration of pose estimation 2024-07-10 10:12:57 +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
davidpagnon
7f6e6a829d Edited Readme and minor stuff 2024-04-15 23:40:01 +02:00
davidpagnon
ef18f4d859 edited gif 2024-02-29 04:07:15 +01:00
davidpagnon
6a9a55aee1 edited images and gif 2024-02-29 03:45:34 +01:00
davidpagnon
1f9a179758 DEMO -> Demo 2024-02-09 12:36:41 +01:00
davidpagnon
e7c71278ab v0.6 with LSTM and Blender visualizer 2024-02-05 17:39:57 +01:00
davidpagnon
fffe5d9fd9 embed blender video 2024-02-05 13:24:36 +01:00
davidpagnon
f57f72522f Added videos and Blender add-on 2024-02-05 12:59:03 +01:00
davidpagnon
e6e2307592 calib in workflow image 2023-11-01 17:00:33 +01:00
davidpagnon
d819c09594 ready to merge 2023-08-21 01:03:01 +02:00
davidpagnon
7e861db257 Everything works properly 2023-08-20 21:55:13 +02:00
davidpagnon
b2f5edb743 initial commit 2023-07-19 11:37:20 +02:00