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
Sir,
Let's say I want to disable face detection and recognition until a certain condition is true( decided by another external code).
How can I achieve this.
At exactly what line do I need to put a boolean condition :
if true : execute Face detection and recognition ,else: do nothing.