Commit Graph

16 Commits

Author SHA1 Message Date
Laizo
3d6dbfc6d5
Progress on the integration of sports2D & Real-time (#139)
* Renamed an internal variable move save_video from pose to project

* Rename of variables

* Start importing from sports2d

* setup_capture_directories import

* rename of display_detectiob

* Add deprecated warning message for display_detection

* Loop most import from sports2d

* Filed reorganized

* Fix variable initiation

* Move function to sports2d

* Fixed imports
TODO: fix file organisation

* update for webcam usage

* begin of parralelisation

* Advancement on parallel process

* Skeletons from sports2d

* Creation of the new process

* Combined display

* Forgot in commit

* Advancement on video connexion stabilisation

* Code simplified

* code simplififcation

* fixed multiple issues

* Progress on webcam connexion

* Update for thread managment

* Fix codec

* Progress on webcam connection

* fix display issues

* Optimisation attempt

* fix pose_tracker initiation

* blocking process while searching for webcam

* Common process

* Improve code stability

* try to fix video

* Code simplification and working on debug

* code simplifications

* fix return fonction issue

* Still try to fix issue of frames skipped

* Progress on new process

* Fix frame ixd number

* frame range fix

* move frame range
2024-11-15 17:30:43 +01:00
davidpagnon
f6c49e011e ROCM support
provided that this is merged on RTMlib:
https://github.com/Tau-J/rtmlib/issues/38
2024-10-24 02:48:25 +02:00
davidpagnon
704d0a63b7 Edits to hunmin's pull request (multi-person synchro) 2024-10-22 23:18:00 +02:00
davidpagnon
3a31bd05fd Clearer config on pose estimation 2024-10-22 11:08:29 +02:00
davidpagnon
89d68bca90 missed an update to be done in calibration.py 2024-09-22 23:28:33 +02:00
davidpagnon
4dc4060547 Support caliscope calibration + fixed multi-person tracking 2024-09-22 23:06:07 +02:00
davidpagnon
6f7e883cd3 fixed multi_person + differenciates X,Y,Z in scaling 2024-09-20 14:42:50 +02:00
davidpagnon
65e675ab64 beta test opensim scaling and kinematics with edits 2024-09-20 02:23:13 +02:00
peterlololsss
215c8a6e6c
implementing OpensimProcessing (#130)
* implementing opensimProcessing

* edited in cooperating with opensimProcessing

* Update scaling2IK.py

* implementing opensimProcessing

* Update and rename scaling2IK.py to kinematics.py

* Add files via upload

* Add files via upload

* Update Config.toml

* Update Config.toml

* Update Config.toml

* Update Config.toml

* Update Config.toml

* Update Config.toml

* implementing opensim processing

* OpenSim part addition

* OpenSim Processing function signature adjustment

* code logic and layout adjustments

* opensimProcessing test enabled

* Update Pose2Sim.py

* Update Pose2Sim.py

* docstring for opensimProcessing updated

* saved folder name changed to opensim

* opensim processing tests enabled

* Deleted a repetitive line at opensim kinematics section
2024-09-18 01:04:52 +02:00
davidpagnon
149dbb1dab Forgot to deactivate plotting when testing on the server 2024-09-17 23:52:51 +02:00
davidpagnon
07afe0b0fb removed tracking option in pose estimation + fixed tests so that synchonization is not done in multiperson Demo + fixed multitab plots crashing 2024-09-17 23:35:40 +02:00
davidpagnon
6fd237ecc9 Removed tracking option in pose estimation, as it is performed at the triangulation stage + linear interpolation by default 2024-09-17 23:05:53 +02:00
davidpagnon
842914700f clearer synchronization messages 2024-08-07 11:19:16 +02:00
davidpagnon
15f2308f26 fix for linux CI 2024-07-17 17:30:56 +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