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).
我把我的cascade文件放到openmv的根目录下,修改代码为
hand_cascade = image.HaarCascade("hand", stages=25)
但还是显示找不到文件怎么办? OSError: Could not find the file
代码如下可正常运行
hand_cascade = image.HaarCascade("hand.cascade", stages=25)