Identification Failures near Glass Windows and Glasses #449
Unanswered
MateusValasquesIOB
asked this question in
Q&A
Replies: 2 comments
-
what do you mean by "reflection in glass window"? if you see a full reflection, then its detected as a different person than primary and you should set maximum number of detected people - for example, 1. |
Beta Was this translation helpful? Give feedback.
0 replies
-
moving this to discussions as its not really a product issue as such. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Issue Description
We are having some issues regarding reflections in glass windows and glasses, do you have some suggestions in how we could approach this problem and improve identification?
Even though the person was registered with the incorporation, without reflections and without glasses, the lib still incorrectly identified the person;
Steps to Reproduce
When trying to identify someone close to a glass window or that is using glasses, the identification fails, mismatching the person with another person;
Expected Behavior
It is expected that glasses interfere with the process, but it was unexpected that glass windows wouldn't.
Environment
js
,esm
,esm-nobundle
)? esmDiagnostics
Additional
Human Config:
humanConfig = {
debug: false,
modelBasePath: '../assets/models/',
filter: { enabled: true, equalization: true, flip: false, width: 0 },
face: {
enabled: true,
detector: { rotation: true, maxDetected: 100, minConfidence: 0.6, return: true, mask: false },
iris: { enabled: true },
description: { enabled: true }, // default model for face descriptor extraction is faceres
},
body: { enabled: false },
hand: { enabled: false },
object: { enabled: false },
gesture: { enabled: true },
segmentation: { enabled: false },
};
For installation or startup issues include your
package.json
For usage issues, it is recommended to post your code as gist
For general questions, create a discussion topic
Beta Was this translation helpful? Give feedback.
All reactions