Commit Graph

857 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
David PAGNON
38246aaac6
Test for macOS 13 (no M1 processor) 2024-11-15 13:19:27 +01:00
davidpagnon
4f18dd770d Merge branch 'main' of https://github.com/perfanalytics/pose2sim 2024-11-14 17:36:09 +01:00
davidpagnon
767aeb325a remove CALIB_FIX_PRINCIPAL_POINT + convert objp to mm to avoid scale mismatch with intrinsics 2024-11-14 17:35:59 +01:00
David PAGNON
4be8faa13b
uninstall onnxruntime before installing onnxruntime-gpu 2024-11-14 15:05:06 +01:00
David PAGNON
88b31f282a
Update reproj_from_trc_calib.py 2024-11-10 13:49:42 +01:00
David PAGNON
cb9b3c858e
long ints interpreted as str -> changed hashing method 2024-11-10 13:21:39 +01:00
David PAGNON
24a78695e2
string to int in person_id 2024-11-10 11:19:42 +01:00
David PAGNON
afd4af2704
Update reproj_from_trc_calib.py 2024-11-09 01:30:27 +01:00
David PAGNON
cd92b89583
round area 2024-11-09 00:37:46 +01:00
David PAGNON
4d3a8aa028
segmentation from bbox instead of empty 2024-11-08 17:37:14 +01:00
David PAGNON
37cfd8d8e6
added area calc from bbox (not segmentation) 2024-11-08 16:28:53 +01:00
David PAGNON
0aec34a3be
Update README.md 2024-11-07 12:06:19 +01:00
David PAGNON
de5342e51d
width, height, and file_id to int 2024-11-07 11:20:52 +01:00
David PAGNON
eba8cf4ab0
typo in hyperlink 2024-11-06 14:28:29 +01:00
David PAGNON
eaec252732
Update README.md 2024-11-06 14:26:29 +01:00
David PAGNON
6df0b80654
Update README.md 2024-11-05 11:08:52 +01:00
davidpagnon
344b299fb3 fixed calibration if board and show=false 2024-11-03 21:41:43 +01:00
David PAGNON
c89c3e8490
clarify nan calibration errors upon conversion 2024-11-03 18:48:51 +01:00
David PAGNON
d39acd8a12
Do not add annotation if nan in bbox 2024-10-25 18:48:42 +02: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
David PAGNON
c6b2953fe9
Removed cache-packages 2024-10-23 00:40:05 +02:00
David PAGNON
16bd525bd0
Dependency caching for faster workflow 2024-10-23 00:37:48 +02:00
David PAGNON
3feb582c4c
Try dependency caching 2024-10-23 00:24:00 +02:00
David PAGNON
00e7fa9a6e
Synchronization in multi_person mode 2024-10-22 23:44:23 +02:00
HunMinKim
af294391d9
Synchronization for multi-person (#135)
* synchronization for multi-person

* ignore infinite value

* Fix mismatch issue between rect and list of bboxes. But this should clean up

* solved indexing issue

* for more simple and clear

* Clean up v3

---------

Co-authored-by: David PAGNON <contact@david-pagnon.com>
2024-10-22 23:41:39 +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
fbfa62ff56 Clearer Readme in synchronization 2024-10-22 01:51:28 +02:00
davidpagnon
d694ddcd20 Added missing block.vtp for LSTM model 2024-10-21 23:22:47 +02:00
HunMinKim
d1274872aa
modify frame range from max to min (#138) 2024-10-21 15:57:10 +02:00
David PAGNON
b690bf567e
Update README.md 2024-10-18 15:36:00 +02:00
David PAGNON
985ea7e380
Update README.md 2024-10-18 01:18:41 +02:00
David PAGNON
cace9b5b44
automatic scaling not recommended on a sitting trial 2024-10-16 11:30:34 +02:00
davidpagnon
bc8eff8f08 Merge branch 'main' of https://github.com/perfanalytics/pose2sim 2024-10-10 00:13:17 +02:00
davidpagnon
02c6512b15 reproj to mmpose/coco format 2024-10-10 00:11:27 +02:00
David PAGNON
9196a7ff34
fixed openpose output 2024-10-09 13:37:55 +02:00
davidpagnon
5484812929 fixed mmpose reproj 2024-10-09 13:00:05 +02:00
davidpagnon
c92be0a09d removed head scaling from COCO_133 (not head keypoint) 2024-10-09 12:13:11 +02:00
davidpagnon
a92f77f378 Attempt to fix Caliscope support 2024-10-07 23:55:21 +02:00
David PAGNON
822059fb5f
Code change should not trigger doc rebuilding 2024-10-07 10:32:58 +02:00
davidpagnon
b736789540 Tracking hand and add OpenSim articulated fingers 2024-10-07 10:25:35 +02:00
davidpagnon
8dce2e0d21 fixed caliscope support 2024-10-07 10:24:10 +02:00
davidpagnon
da20de9088 Merge branch 'main' of https://github.com/perfanalytics/pose2sim 2024-10-04 13:39:36 +02:00
davidpagnon
8d536686ea Fixed kinematics() when no marker augmentation 2024-10-04 13:39:28 +02:00
David PAGNON
89250e4687
Ticked OpenSim on the to-do list 2024-09-27 15:48:48 +02:00
davidpagnon
b11279f571 other image link test 2024-09-24 11:06:50 +02:00
davidpagnon
22eaccc22f Will images be shown? 2024-09-24 11:05:20 +02:00
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