PoseFlow icon indicating copy to clipboard operation
PoseFlow copied to clipboard

PoseFlow: Efficient Online Pose Tracking (BMVC'18)

Results 7 PoseFlow issues
Sort by recently updated
recently updated
newest added

Bumps [opencv-python](https://github.com/skvark/opencv-python) from 3.4.2.16 to 4.2.0.32. Release notes Sourced from opencv-python's releases. 4.2.0.32 opencv-python: https://pypi.org/project/opencv-python/ opencv-contrib-python: https://pypi.org/project/opencv-contrib-python/ opencv-python-headless: https://pypi.org/project/opencv-python-headless/ opencv-contrib-python-headless: https://pypi.org/project/opencv-contrib-python-headless/ OpenCV version 4.2.0. Changes: macOS environment updated from xcode8.3...

dependencies

Bumps [opencv-contrib-python](https://github.com/skvark/opencv-python) from 3.4.2.16 to 4.2.0.32. Release notes Sourced from opencv-contrib-python's releases. 4.2.0.32 opencv-python: https://pypi.org/project/opencv-python/ opencv-contrib-python: https://pypi.org/project/opencv-contrib-python/ opencv-python-headless: https://pypi.org/project/opencv-python-headless/ opencv-contrib-python-headless: https://pypi.org/project/opencv-contrib-python-headless/ OpenCV version 4.2.0. Changes: macOS environment updated from xcode8.3...

dependencies

In line 66, of the tracker-baseline.py file, it reads a single file `alpha-pose-results-val.json`. So do we need to make a single file for all 50 videos from alphapose code? notrack_json...

Thank you for this repository. I am trying to get a AlphaPose+PoseFlow workflow on videos to run on Google Colab. The AlphaPose part is fine - I'm getting the `alphapose-results.json`....

I'm trying to install it in NVidia's Jetson Nano. But when I run the `make clean all` line, I get this error: > immintrin.h: No such file or directory >...

From my understanding of https://github.com/YuliangXiu/PoseFlow/blob/4d2a78dfb4928335b4a8b2e76d4bb3b0b4a9a562/utils.py#L157 , this codebase performs pose tracking by matching bboxes & associated poses between frames based on a weighted sum of various distance metrics elaborated from...

Hi @YuliangXiu @Jeff-sjtu , May I ask where the below is used? Thx & regards, https://github.com/YuliangXiu/PoseFlow/blob/4b2f266bbea99790904ebf0dc6c54ef25809ab5f/utils.py#L81