Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you may not be able to execute some actions.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
人脸识别例程中,怎么做到识别到人脸输出1,没识别到输出2?
objects = img.find_features() if objects: print(1) else: print(2)