Commit Graph

  • d277f13e99
    Calib.io corner number != Opencv count David PAGNON 2024-06-20 16:29:19 +0200
  • 5da03add0f
    Calib.io website to generate a good checkerboard David PAGNON 2024-06-20 08:52:47 +0200
  • 2347bb679b
    Solution to OpenPose models not available anymore David PAGNON 2024-06-14 11:18:55 +0200
  • cba40c83bb
    planning for direct integration of pose estimation and opensim David PAGNON 2024-06-14 11:15:15 +0200
  • 0b745a0a03
    Update docstrings of tests.py David PAGNON 2024-06-12 11:34:30 +0200
  • c02c5d1769
    Update CITATION.cff David PAGNON 2024-06-10 21:49:49 +0200
  • ebc9dca365 replaced imgp==[] with len(imgp)=0 davidpagnon 2024-06-09 12:44:03 +0200
  • ac078342c8 fixed all nan slice issue v0.8.4 davidpagnon 2024-06-09 12:29:02 +0200
  • cd66285690 does not try to augment more trc than len(participant_mass) davidpagnon 2024-06-09 12:05:42 +0200
  • 34781a855a marker augmentation works when no neck nor midhip data davidpagnon 2024-06-08 17:42:42 +0200
  • f64a8b3591 bump to v0.8.4 davidpagnon 2024-06-08 16:21:08 +0200
  • 28c6e95047 added files for calculated calibration in Single trial demo davidpagnon 2024-06-08 16:20:33 +0200
  • d5a759fb77 solve "all nan slice encountered" in euclidian distance davidpagnon 2024-06-08 16:15:04 +0200
  • 62e5e73262 update model with SKEL markers davidpagnon 2024-06-08 16:14:05 +0200
  • cab870efe8 much faster analysis davidpagnon 2024-06-07 14:11:19 +0200
  • f474838ff8 Merge branch 'main' of https://github.com/perfanalytics/pose2sim davidpagnon 2024-05-13 11:27:56 +0200
  • aaad2a8991
    Update setup.cfg v0.8.3 David PAGNON 2024-04-26 23:56:16 +0200
  • 3935210d41
    Update setup.cfg David PAGNON 2024-04-26 23:54:21 +0200
  • 53aea43a43
    Update README.md David PAGNON 2024-04-26 23:51:32 +0200
  • a765eae689
    Update README.md v0.8.2 David PAGNON 2024-04-26 23:34:47 +0200
  • 6cee2078c1 only consider directories when looking for calib_dir davidpagnon 2024-04-26 23:15:34 +0200
  • de14598a42 replace non interpolated values by last valid value; change lxml version; fixed interpolation message davidpagnon 2024-04-26 23:07:48 +0200
  • 9a60007a5a forgot an os.listdir -> could not find calib when run from trial + version update davidpagnon 2024-04-26 22:06:03 +0200
  • aaa56985e1
    Update README.md David PAGNON 2024-04-26 11:35:53 +0200
  • 66e3492e32
    Add to to-do list David PAGNON 2024-04-26 11:25:23 +0200
  • fa4eb71b61
    Merge c4aed28f95 into 14a4c15fb5 j-ullrich 2024-04-24 13:54:34 +0200
  • 14a4c15fb5 Merge branch 'main' of https://github.com/perfanalytics/pose2sim davidpagnon 2024-04-23 22:46:20 +0200
  • fb191d8a59 added screen axis for c3d so that import possible in blender davidpagnon 2024-04-23 22:46:10 +0200
  • e1cfc22b13
    better sorting of json files David PAGNON 2024-04-20 23:12:50 +0200
  • c4aed28f95 Minor changes in reading config files and determining calib_dir j-ullrich 2024-04-18 13:04:00 +0200
  • 1be1145b1b
    Update README.md David PAGNON 2024-04-18 01:49:07 +0200
  • 442683a63a
    Update README.md David PAGNON 2024-04-17 10:10:55 +0200
  • 3a9d405cae
    forgot a debugging thing David PAGNON 2024-04-17 09:41:58 +0200
  • df226596b1 I added objpoints = np.array(objpoints) L605, Anaaim 2024-04-17 08:14:42 +0200
  • db8014c3f5 few changes to the conversion to c3d v0.8.1 davidpagnon 2024-04-16 17:28:37 +0200
  • 46652a8eaa
    Save to c3d and convert trc to c3d (#92) HunMinKim 2024-04-16 18:14:25 +0900
  • 99a36f0d9b
    Update README.md David PAGNON 2024-04-16 11:02:10 +0200
  • af49808287 Revert "Revert "Line 524+ are not needed anymore."" Anaaim 2024-04-16 09:40:36 +0200
  • e7e59aa4f2 Revert "Line 524+ are not needed anymore." Anaaim 2024-04-16 09:39:14 +0200
  • 3707205936 Line 524+ are not needed anymore. Anaaim 2024-04-16 09:38:20 +0200
  • e20f888738 Replace imgp == [] by len(imgp) == 0 Anaaim 2024-04-16 09:34:00 +0200
  • e76e7d6a09 Remove useless count Anaaim 2024-04-16 09:32:21 +0200
  • 7f3b7b4d64 Redo correct import Anaaim 2024-04-16 09:32:05 +0200
  • 84b9a143cd
    Merge bc497fdf37 into 5a484ba6b3 Alexandre Naaim 2024-04-16 16:22:39 +0900
  • 64d98f59b9 Fix minor Kim HunMin 2024-04-16 13:55:23 +0900
  • 81cad24eea fix minor Kim HunMin 2024-04-16 13:51:56 +0900
  • d75e7e8dc2
    Fix typo HunMinKim 2024-04-16 13:26:33 +0900
  • c2d561457e make c3d Kim HunMin 2024-04-16 13:15:01 +0900
  • 5a484ba6b3 minor changes davidpagnon 2024-04-16 02:33:46 +0200
  • 2b02755920 minor changes davidpagnon 2024-04-16 02:28:46 +0200
  • 7f6e6a829d Edited Readme and minor stuff v0.8.0 davidpagnon 2024-04-15 23:40:01 +0200
  • bc497fdf37 Allow to use h also and lock the code. msg box not here anymore. Anaaim 2024-04-15 17:12:19 +0200
  • 38eca977ec fixed tests in single-trial mode davidpagnon 2024-04-15 17:11:01 +0200
  • f57b15ce0b Merge branch test davidpagnon 2024-04-15 16:03:44 +0200
  • d1285f3373 Merge branch 'test' davidpagnon 2024-04-15 16:03:07 +0200
  • 7b1388d361 v0.8.0 davidpagnon 2024-04-15 15:42:13 +0200
  • c580aecbee
    Update continuous-integration.yml David PAGNON 2024-04-15 15:39:32 +0200
  • aff6b836f7 Ready to merge davidpagnon 2024-04-15 15:36:47 +0200
  • 139279950b Should be all good davidpagnon 2024-04-15 14:12:14 +0200
  • 9dc37bb1b0
    Change test.py to tests.py David PAGNON 2024-04-15 11:02:22 +0200
  • df99cfcf2b weekend commits davidpagnon 2024-04-15 09:33:55 +0200
  • bd9bbb68ab works both for single trial and batch davidpagnon 2024-04-13 18:42:30 +0200
  • f96b6166b5
    Intrinsics not recalculated if overwrite_intrinsics = false David PAGNON 2024-04-12 15:55:00 +0200
  • db676146c9 should finish tomorrow davidpagnon 2024-04-12 01:59:59 +0200
  • 88d9ffbfc1 should finish tomorrow davidpagnon 2024-04-12 01:59:32 +0200
  • 1b2d0fff95
    choose ids of persons to display David PAGNON 2024-04-11 16:33:41 +0200
  • 338c95ea27
    objp should not be objp_not_used (#91) Alexandre Naaim 2024-04-09 10:04:18 +0200
  • 0b9397e13f objp should not be objp_not_used Anaaim 2024-04-09 09:57:01 +0200
  • 9e4ec13934 correct import of tkinter Anaaim 2024-04-09 09:54:34 +0200
  • 3f580ee756 Intagration of the function Anaaim 2024-04-09 09:53:07 +0200
  • e858dfd2cd choose ids of persons to display davidpagnon 2024-04-04 23:28:43 +0200
  • 8075224879 replace nans by empty string in trc for OpenSim compatibility davidpagnon 2024-04-02 13:34:21 +0200
  • 71e05dd48d
    Process non filtered data if there is no data filtered in folder (#86) Alexandre Naaim 2024-04-02 11:15:48 +0200
  • 9ab0c68025 Process non filtered data if there is no data filtered in folder Anaaim 2024-04-02 09:17:25 +0200
  • b21846a834 release v0.7.2 v0.7.2 davidpagnon 2024-03-31 03:27:18 +0200
  • 19efec2723
    Faster and more robust multi-person analysis (#85) David PAGNON 2024-03-31 01:40:38 +0100
  • b3b2b756db getting tired of being forgetful davidpagnon 2024-03-31 01:35:11 +0100
  • 169edfea0d fixed linting issues davidpagnon 2024-03-31 01:08:53 +0100
  • 47bad81a13 last checks davidpagnon 2024-03-31 00:57:01 +0100
  • cefe8e348b update readme davidpagnon 2024-03-31 00:46:24 +0100
  • f6af59c830 should all work smoothly davidpagnon 2024-03-31 00:44:07 +0100
  • 6e352a125f
    Fixed to be more robust. HunMinKim 2024-03-30 19:14:48 +0900
  • 507e973a77
    Fixed to be more robust. HunMinKim 2024-03-30 19:00:58 +0900
  • b604fd15a9
    Fixed to be more robust. HunMinKim 2024-03-30 18:55:48 +0900
  • 1a435a04e5
    Fixed to be more robust. HunMinKim 2024-03-30 18:53:22 +0900
  • 73105804e3
    Fixed to be more robust. HunMinKim 2024-03-30 18:29:31 +0900
  • 70878bdb6b
    Update for synchronization HunMinKim 2024-03-30 18:18:36 +0900
  • 9b85374f3d
    Update synchronize_cams.py HunMinKim 2024-03-30 18:16:45 +0900
  • af7c3f918e Lasts tests need to be done but seems to work pretty well davidpagnon 2024-03-29 23:43:15 +0100
  • 76bb566a73 will transfer sorting across frames in triangulation in next commit davidpagnon 2024-03-29 10:30:16 +0100
  • 27a0136cc7 proposals okay, need to incorporate in Pose2Sim+tests davidpagnon 2024-03-27 01:08:28 +0100
  • 7d9b030641 affinity ok davidpagnon 2024-03-23 02:00:59 +0100
  • 999ab5d6e5 further draft davidpagnon 2024-03-22 14:40:56 +0100
  • ef8906b0a4 draft davidpagnon 2024-03-21 12:27:22 +0100
  • 2bb5bbbc4b a davidpagnon 2024-03-20 14:16:38 +0100
  • c4773faa68 draft synchro davidpagnon 2024-03-19 10:33:07 +0100
  • f4c764f3cb tests synchro davidpagnon 2024-03-16 15:49:40 +0100
  • 5ddef52185
    Synchronize multi cams based on keypoints speed. (#76) @rlagnsals HunMinKim 2024-03-16 04:26:49 +0900
  • ce0abe1929
    Faster computation David PAGNON 2024-03-15 10:49:32 +0100
  • cf58478489
    Update Config.toml HunMinKim 2024-03-13 10:43:45 +0900