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

How to make it real-time and for video? #14

Open
kuonangzhe opened this issue Jul 17, 2017 · 4 comments
Open

How to make it real-time and for video? #14

kuonangzhe opened this issue Jul 17, 2017 · 4 comments

Comments

@kuonangzhe
Copy link

kuonangzhe commented Jul 17, 2017

Awesome work! Here are several concerns from my using.

First, it said that the program runs in real-time. However, I run the sample test as the Readme said:
"../bin/main ../test-images/different0035.jpg"
but got a really long time to run:
"Elapsed time: 9864.11 ms"
Do you know how I can make it run in real-time?

Second, for real-time, it should be running on video or a webcam. Do you have any suggestions or code for video testing?

Thank you so much!

@glemaitre
Copy link
Owner

Do you know how I can make it run in real-time?
Parallel processing can be a way since that we are searching 4 shapes at the same time.
We can also constraints the optimizer avoiding and early stopping for crazy shape.

@kuonangzhe
Copy link
Author

@glemaitre Thanks for the reply! So do you mean that only mannually modify the code to be parallel processing can make the code real-time? Do you have an experimental result about the FPS when it is in parallel running?

Thank you so much for the help!

@glemaitre
Copy link
Owner

nop I don't have results but it was something that I wanted to do when I was working on this project.

@kuonangzhe
Copy link
Author

@glemaitre Sure, got you! Thank a lot! I will see how to accelerate the algorithm for the real-time purpose :)

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

2 participants