09 2018 档案

摘要:在win7 cmd中试了官方的指令opencv_annotation --annotations=/path/to/annotations/file.txt --images=/path/to/image/folder/ 提示:The path for the output file contain 阅读全文
posted @ 2018-09-30 10:18 夏日已末 阅读(450) 评论(0) 推荐(0)
摘要:python版本:3.6.5 opencv版本:3.2.0 使用的jupyter notebook 源码如下: 错误如下: 错误原因: 传递的参数错误 train函数中第二个参数应该是数组的布局方式 应该根据传入数组的形式填cv2.ml.ROW_SAMPLE或者cv2.ml.COL_SAMPLE 例 阅读全文
posted @ 2018-09-29 12:30 夏日已末 阅读(20596) 评论(0) 推荐(0)
摘要:python版本:3.6.5 opencv版本:3.2.0 使用的是jupyter notebook 源代码如下: 出现的错误: 解决方法: opencv官方教程中的是opencv2的版本 在3中需要使用 参考链接:https://stackoverflow.com/questions/342475 阅读全文
posted @ 2018-09-29 12:21 夏日已末 阅读(637) 评论(0) 推荐(0)