Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Integrate a new Pose Estimation model along with the existing tracking #67

Open
hoangtnm opened this issue Mar 21, 2023 · 0 comments
Open

Comments

@hoangtnm
Copy link

Hi, I'm trying to replace HRNet with yolov7-pose, which returns bounding boxes and poses at the same time. However, I had a problem aligning the poses to the track_bboxs.
For example, if two persons are in the video, and I run python gen_skes.py -v baseball.mp4 -np 1 --animation, I will get one pose for first person ID util that ID disappears, which is okay. In my case, if I run with -np 1 and my yolov7-pose returns two bounding boxes and two poses, how to have the same behaviour with your original code? Can you give some suggestions?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant