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

Enhance detection accuracy #5

Open
pabloroca opened this issue Aug 29, 2018 · 2 comments
Open

Enhance detection accuracy #5

pabloroca opened this issue Aug 29, 2018 · 2 comments

Comments

@pabloroca
Copy link

I am testing this lib, and with my iPhone 6S, I get really poor results.

I don't know what settings I can change to enhance accuracy (even at the risk of a less performance). Can you explain it?

Ideally, i would like to use the front camera.

@mbotsu
Copy link
Collaborator

mbotsu commented Aug 29, 2018

We have confirmed that coreml can not obtain the same result as TensorFlowJS which became the base.
I can not identify the cause, but I believe there is a problem that the same result can not be obtained for coreml. #2

Also, the code here is an implementation of MultiPose.
Depending on the application, accuracy may be improved by using singlepose implementation.

@velociraptor111
Copy link

You could try changing the outputStride parameter defined in posenetHandler.decodeMultiplePoses( ... ) to 8 instead of the default 16.

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

3 participants