提问人:snowflake6345 提问时间:11/16/2023 最后编辑:Cowsnowflake6345 更新时间:11/16/2023 访问量:28
OpenCV3 OpenCV_createsamples 停止在 MacM1 上工作 [已关闭]
OpenCV3 OpenCV_createsamples stops working on MacM1 [closed]
问:
opencv_createsamples不断打印错误,无法访问照片
cool@cool-mac apple_train % /usr/local/Cellar/opencv@3/3.4.16_10/bin/opencv_createsamples -info /Users/cool/Downloads/apple_train/file.txt -vec positive_samples.vec -w 20 -h 20
Info file name: /Users/cool/Downloads/apple_train/file.txt
Img file name: (NULL)
Vec file name: positive_samples.vec
BG file name: (NULL)
Num: 1000
BG color: 0
BG threshold: 80
Invert: FALSE
Max intensity deviation: 40
Max x angle: 1.1
Max y angle: 1.1
Max z angle: 0.5
Show samples: FALSE
Width: 20
Height: 20
Max Scale: -1
RNG Seed: 12345
Create training samples from images collection...
libc++abi: terminating due to uncaught exception of type cv::Exception: OpenCV(3.4.16) /tmp/opencvA3-20231004-12489-iop5qg/opencv-3.4.16/modules/core/src/matrix.cpp:751: error: (-215:Assertion failed) 0 <= roi.x && 0 <= roi.width && roi.x + roi.width <= m.cols && 0 <= roi.y && 0 <= roi.height && roi.y + roi.height <= m.rows in function 'Mat'
zsh: abort /usr/local/Cellar/opencv@3/3.4.16_10/bin/opencv_createsamples -info -vec -w
info 文件是这样写的
positive_images/1.jpg 1 91 50 799 881
positive_images/10.jpg 1 414 76 218 211
positive_images/11.jpg 1 217 160 331 335
positive_images/12.jpg 1 18 21 530 474
positive_images/13.jpg 1 61 121 47 50
positive_images/14.jpg 1 5 4 103 167
positive_images/15.jpg 3 64 33 1 1 64 33 1 1 64 34 192 134
positive_images/16.jpg 1 60 18 180 125
positive_images/17.jpg 1 26 33 214 110
positive_images/18.jpg 1 33 29 163 151
positive_images/19.jpg 1 23 24 176 175
positive_images/2.jpg 1 310 220 514 461
positive_images/20.jpg 1 21 20 803 661
positive_images/21.jpg 1 60 39 126 125
positive_images/22.jpg 1 9 6 272 145
positive_images/23.jpg 1 8 10 273 141
positive_images/24.jpg 1 36 7 208 175
positive_images/25.jpg 1 60 21 175 147
我尝试了所有错误解决方案,例如sudo,更改文件路径,但它们将不起作用
答:
0赞
snowflake6345
11/16/2023
#1
我忘了放./正面/1.jpg 哈哈
评论
0赞
AztecCodes
11/17/2023
欢迎来到 Stack Overflow!谢谢你的回答。请提供有关您的解决方案的更多详细信息。代码片段、高质量的描述或任何相关信息会很棒。清晰简洁的答案对每个人来说都更有帮助、更容易理解。使用细节编辑您的答案以提高您的答案质量。有关详细信息,请参阅操作方法:编写好的答案。祝您编码愉快!
评论