所以我正在研究NBIS。我正在尝试使用true
。当我将其用于单个图像时,它可以工作,但是当我尝试为数据集运行它时,出现此错误,
图片目前无法正常显示
我已经在线检查过,它说它需要两倍的百分比才能起作用。我尝试过,它仍然给我同样的错误。目录都是正确的。我正在使用Windows 10
mindtct
答案 0 :(得分:0)
您的代码中存在几个缺陷:
%
符号(或!
加上DelayedExpansion)括起来for /?
的语法或查看http://ss64.com/nt/for.html @echo off
Rem set the path of the photo directory
Set "dirP=C:\Biometric\photos"
Rem set the path for the mindtct
Set "dirM=C:\Rel_5.0.0\mindtct\bin\mindtct.exe"
Set "image=*.png"
for %%A in (%image%) do START "" "%dirM%" "%dirP%" C:\Biometric\Data