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

non-example app gets slow when face is found #6

Open
stephanschulz opened this issue Nov 27, 2022 · 0 comments
Open

non-example app gets slow when face is found #6

stephanschulz opened this issue Nov 27, 2022 · 0 comments

Comments

@stephanschulz
Copy link

I ran you example and all is well and fast.
But when I add you files and code to my already existing app then the detection it takes about 219 ms.

 ofPixels & pixels = cam_image.getPixels();
 multiTracker.detect(pixels);

[notice ] ofGetElapsedTimeMillis 65956
[notice ] ofGetElapsedTimeMillis 66175

Do you know what I need to look out for?
My camera image has the same dimensions as in your example.

When using the same code if ofxFaceTracker2 I do not see this fps drop.

thanks a bunch

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