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

Model output for face deteciton model is different in versions: 1.2.1.dev123 (nok) vs 1.1.2.dev276 (ok) #901

Closed
xalbertoisorna opened this issue Jun 10, 2024 · 2 comments
Assignees

Comments

@xalbertoisorna
Copy link
Contributor

xalbertoisorna commented Jun 10, 2024

Hello,
I have a face detection and recognition model, seems fine on version 1.1.2.dev276 but detections are wrong for later versions, like 1.2.1.dev123, results tends to go to INT8_MIN, –128

I did a minimal example that reproduces this, attached.

Instructions are in readme.rst. For windows, a file is provided to run it with a single command.
A clean python venv is recommended.

bug_ai_tools___facedet.zip

@xalbertoisorna xalbertoisorna changed the title Model output for face deteciton model seems different in versions: 1.2.1.dev123 (NOK) vs 1.1.2.dev276 (OK) Model output for face deteciton model seems different in versions: 1.2.1.dev123 (nok) vs 1.1.2.dev276 (ok) Jun 10, 2024
@xalbertoisorna xalbertoisorna changed the title Model output for face deteciton model seems different in versions: 1.2.1.dev123 (nok) vs 1.1.2.dev276 (ok) Model output for face deteciton model is different in versions: 1.2.1.dev123 (nok) vs 1.1.2.dev276 (ok) Jun 10, 2024
@panickal-xmos
Copy link
Collaborator

Thank you @xalbertoisorna. Please try with the latest beta tools.
Fixed by #902 and released as https://pypi.org/project/xmos-ai-tools/1.2.1.dev143/

@panickal-xmos panickal-xmos self-assigned this Jul 23, 2024
@xalbertoisorna
Copy link
Contributor Author

Thank you @xalbertoisorna. Please try with the latest beta tools. Fixed by #902 and released as https://pypi.org/project/xmos-ai-tools/1.2.1.dev143/

It does improve indeed.
Outputs have a 97% match rate. Regarding the rest, about 3% of the output goes to -128 (1.2.1.dev143) instead of 127 (1.1.2.dev276).
For me is accetable. If is ok for you please proceed to close the 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

No branches or pull requests

2 participants