Hello,
I am trying to annotate 10 images (named img1.jpg, ... , img10.jpg) using opencv_annotation tool in Windows openCV 3.1.0. I have placed these 10 images in a folder named p
and placed that folder in /build/bin/Debug.
I have built only the Debug version of the library, so I am running the opencv_annotationd.exe
from folder /build/bin/Debug with the following command line
opencv_annotationd --annotations=/p/file.txt --images=/p/
But I am getting the following error
The path for the output file contains an error and could not be opened. Please check again!
What might be the issue?
Thanks.