gpt4 book ai didi

OpenCV createsamples - 无效的背景描述文件

转载 作者:太空宇宙 更新时间:2023-11-03 22:01:07 26 4
gpt4 key购买 nike

我在我的 OPENCV_ROOT 文件夹中并在 Win-x64 中运行以下命令:

opencv_createsamples -bgcolor 0 -bgthresh 0 -maxxangle 1.1 -maxyangle 1.1 
maxzangle 0.5 -maxidev 40 -w 80 -h 40
-img ABSOLUTE_PATH_TO_POSITIVE_IMAGES_FOLDER\car.jpg
-bg ABSOLUTE_PATH_TO_PROJECT\negatives.txt
-vec ABSOLUTE_PATH_TO_SAMPLES_FOLDER\car.jpg.vec
-num 125

我的 negatives.txt 看起来像这样:

negative_images\city01_02.jpg
negative_images\city01_04.jpg
negative_images\city01_05.jpg
negative_images\city01_06.jpg
negative_images\city01_07.jpg

这是我的输出:

Info file name: (NULL)
Img file name: ABSOLUTE_PATH_TO_POSITIVE_IMAGES_FOLDER\car.jpg
Vec file name: ABSOLUTE_PATH_TO_SAMPLES_FOLDER\car.jpg.vec
BG file name: ABSOLUTE_PATH_TO_PROJECT\negatives.txt
Num: 125
BG color: 0
BG threshold: 0
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: 80
Height: 40
Create training samples from single image applying distortions...
Invalid background description file.

我的底片收藏文件 (negatives.txt) 有什么无效的地方?我尝试用绝对路径和相对路径列出其中的文件。我正在关注 this教程。

最佳答案

如果您在 Windows 上创建文件,然后在 Linux 上运行它,例如Ubuntu,您必须更改“行尾顺序”。

点击编辑器底部的 CR LF 并将其更改为 LF 并重试!

Notepad++ :

Notepad++ image:

Visual Studio Code :

Visual Studio Code image:

Geany:文档 > 设置行尾 > 转换并设置为 LF (Unix)

Geany image

关于OpenCV createsamples - 无效的背景描述文件,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/22610142/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com