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

Cancelling YOLO and feed the pose estimator via another source #1049

Open
erdemuysalx opened this issue Jun 24, 2022 · 3 comments · May be fixed by #1064
Open

Cancelling YOLO and feed the pose estimator via another source #1049

erdemuysalx opened this issue Jun 24, 2022 · 3 comments · May be fixed by #1064

Comments

@erdemuysalx
Copy link

Hi all,

I want to cancel out the YOLO and provide person bounding boxes to the pose estimator from another source. Do you it is possible with changing some code or it would be highly complicated task to do? Any suggestions?

@HaoyiZhu
Copy link
Collaborator

Hi, you can try the detfile flag and the file detection loader, so that you can just send into your detection result file.

@erdemuysalx
Copy link
Author

I created the detection files according to file detection loader. However when I run demo_inference.py with --detfile flag activated, loading pose model takes too much time. It stuck at this point.

image

@erdemuysalx
Copy link
Author

Output when I press Ctrl+C:

image

@erdemuysalx erdemuysalx linked a pull request Aug 2, 2022 that will close this issue
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

Successfully merging a pull request may close this issue.

2 participants