Ecosyste.ms: Timeline

Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.

perfanalytics/pose2sim

davidpagnon pushed 1 commit to main perfanalytics/pose2sim
  • ROCM support provided that this is merged on RTMlib: https://github.com/Tau-J/rtmlib/issues/38 f6c49e0

View on GitHub

jschoch created a comment on an issue on perfanalytics/pose2sim
rocm works with this change ```python @@ -242,6 +242,10 @@ def setup_pose_tracker(det_frequency, mode, tracking): device = 'cuda' backend = 'onnxruntime' ...

View on GitHub

hunminkim98 created a comment on a pull request on perfanalytics/pose2sim
Thank you for taking the time to merge! I’m very happy to continue contributing to Pose2Sim :) And I truly appreciate your constant consideration of my work. Thank you very much once again!

View on GitHub

davidpagnon pushed 1 commit to main perfanalytics/pose2sim

View on GitHub

davidpagnon pushed 1 commit to main perfanalytics/pose2sim
  • Dependency caching for faster workflow 16bd525

View on GitHub

davidpagnon pushed 1 commit to main perfanalytics/pose2sim

View on GitHub

davidpagnon published a release on perfanalytics/pose2sim
multi_person synchro + minor fixes
- Synchronization in multi-person mode @hunminkim1998 - Supports running on image sequences instead of videos - Added missing Geometry file for LSTM model - Fixed frame_range when different fram...
davidpagnon created a tag on perfanalytics/pose2sim

v0.10.4 - Markerless kinematics with any cameras — From 2D Pose estimation to 3D OpenSim motion

davidpagnon pushed 1 commit to main perfanalytics/pose2sim
  • Synchronization in multi_person mode 00e7fa9

View on GitHub

davidpagnon created a comment on a pull request on perfanalytics/pose2sim
Thank you very much @hunminkim98, this works very well and is quite convenient! I made a few edits, not many at all this time! - Updated Readme.md - Supports running on image sequences instead...

View on GitHub

davidpagnon pushed 1 commit to main perfanalytics/pose2sim
  • Synchronization for multi-person (#135) * synchronization for multi-person * ignore infinite value * Fix misma... af29439

View on GitHub

davidpagnon closed a pull request on perfanalytics/pose2sim
Synchronization for multi-person
Hello, Dr. David, I have modified the synchronization.py script to handle multi-person scenarios. I aimed to keep the modifications as clear and simple as possible, hopefully. I have tested t...
davidpagnon pushed 1 commit to main perfanalytics/pose2sim
  • Edits to hunmin's pull request (multi-person synchro) 704d0a6

View on GitHub

davidpagnon pushed 1 commit to main perfanalytics/pose2sim
  • Clearer config on pose estimation 3a31bd0

View on GitHub

davidpagnon pushed 1 commit to main perfanalytics/pose2sim
  • Clearer Readme in synchronization fbfa62f

View on GitHub

davidpagnon pushed 1 commit to main perfanalytics/pose2sim
  • Added missing block.vtp for LSTM model d694ddc

View on GitHub

MaxLoedige starred perfanalytics/pose2sim
davidpagnon pushed 1 commit to main perfanalytics/pose2sim
  • modify frame range from max to min (#138) d127487

View on GitHub

davidpagnon closed a pull request on perfanalytics/pose2sim
Modify the frame range from max to min.
Hello, Dr. David, I realized that the target frame range for triangulation was determined by the maximum length of the JSON files among the cameras. I believe it should be set to the minimum le...
davidpagnon created a comment on a pull request on perfanalytics/pose2sim
You are right! And it's the way it was before, I think I accidentally let an older version overwrite the change in this merge, L793 https://github.com/perfanalytics/pose2sim/commit/b2fe4f7ba33f3...

View on GitHub

jschoch created a comment on an issue on perfanalytics/pose2sim
crazy long thread on this at stack overflow. https://stackoverflow.com/questions/46449850/how-to-fix-the-error-qobjectmovetothread-in-opencv-in-python what i did was: ` pip uninstall opencv...

View on GitHub

jschoch created a comment on an issue on perfanalytics/pose2sim
I also seem to have this problem with sports2d, it actually makes a QT window and then i get the odd error ``` Processing video stream... 100%|█████████████████████████████████████████████████...

View on GitHub

hunminkim98 opened a pull request on perfanalytics/pose2sim
Modify the frame range from max to min.
Hello, Dr. David, I realized that the target frame range for triangulation was determined by the maximum length of the JSON files among the cameras. I believe it should be set to the minimum le...
davidpagnon created a comment on an issue on perfanalytics/pose2sim
Oh okay, thanks!

View on GitHub

jschoch created a comment on an issue on perfanalytics/pose2sim
amd 7900 xtx, only gets rocm in linux :(

View on GitHub

davidpagnon created a comment on an issue on perfanalytics/pose2sim
Interesting, thanks for sharing! If I may ask, why do you use WSL? Pose2Sim works on Linux, but it also natively works on Windows, so that would save you a lot of trouble.

View on GitHub

davidpagnon pushed 1 commit to main perfanalytics/pose2sim

View on GitHub

jschoch opened an issue on perfanalytics/pose2sim
wsl rocm documentation
I have a bit of an oddball environment and wanted to document issues with it. firstly you have to get rocm setup and working. this is a bit off topic but it takes a bit of effort. Then you c...
kendreaditya starred perfanalytics/pose2sim
Load more