You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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
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
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.
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
The text was updated successfully, but these errors were encountered: