我正在尝试使用 OpenCV 在 Ubuntu 16.04 上运行创建示例,并且在运行时我不断遇到此错误。我有大约 1960 张负片图像,我正试图从中生成样本图像。我在终端中运行的是:
opencv_createsamples -img pipe1.jpg -bg bg.txt -info info/info.lst -pngoutput info -maxxangle 5 -maxyangle 5 -maxzangle 5 -num 1950
和和缩写的输出是:
Open background image: neg/930.jpg
Open background image: neg/11.jpg
Open background image: neg/332.jpg
Open background image: neg/141.jpg
Invalid background description file.
我没有得到的是它似乎能够正确解析文件并找到图像......但它一直说描述文件不正确......