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).
# FPS clock clock = time.clock() print(clock.fps(), "fps")
这个fps时钟在口罩检测,人脸检测,人脸辨别中有啥作用,对主要判断代码有影响吗
帧率,就是每秒能识别多少次。是主要的性能指标。