1

我正在尝试使用 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.

我没有得到的是它似乎能够正确解析文件并找到图像......但它一直说描述文件不正确......

4

1 回答 1

0

这是我的解决方案:使用完整路径。

这个问题可能是由几件事引起的:

1)图像丢失,因此无法打开。

2)路径不正确。如果图像的路径,您需要验证您提供的路径。

于 2017-05-31T13:54:15.773 回答