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
I get a error "scannerpy.common.ScannerException: Attempted to re-register op MTCNNDetectFaces:26b1de2b94414c76b520eb59bd0ef338" when I run a simple demo with face_detect code.
It can be simplified with these code:
Can not I use an op twice in a python script?
I find it registers the ops into client and already write into the _python_ops, but why it register too when second invoke the getattr function?
The text was updated successfully, but these errors were encountered:
I get a error "scannerpy.common.ScannerException: Attempted to re-register op MTCNNDetectFaces:26b1de2b94414c76b520eb59bd0ef338" when I run a simple demo with face_detect code.
It can be simplified with these code:
Can not I use an op twice in a python script?
I find it registers the ops into client and already write into the _python_ops, but why it register too when second invoke the getattr function?
The text was updated successfully, but these errors were encountered: