Ask Your Question
0

Annotation tool doesn't start

asked 2018-01-15 06:26:22 -0600

ctcDmitry gravatar image

Hi All! I use Win 8. I'm trying to start opencv_annotation.exe from cmd, this is result:

C:\fakepath\Screenshot_1.png

And there are no windows opens. Where are I wrong ? There are different images in folder with different extensions, and annotations.txt also exists

edit retag flag offensive close merge delete

1 answer

Sort by ยป oldest newest most voted
1

answered 2018-01-15 07:36:29 -0600

You need to read the official tutorial on the annotation tool, but to me it seems you are using the parameters wrong, captured by the command line parser. It requires you to add a = symbol between the variable and the actual assignment, and furthermore it needs a double dash.

So try something like opencv_annotation.exe --images=/path/to/images --annotation=/path/to/annotation/file!

edit flag offensive delete link more

Comments

1

Thanks, this was my mistake )

ctcDmitry gravatar imagectcDmitry ( 2018-01-16 03:02:01 -0600 )edit

You are welcome! It seems many people make this mistake, although the tutorial says how it works. Guess all the deprecated tutorials on the net are to blame for that...

StevenPuttemans gravatar imageStevenPuttemans ( 2018-01-16 04:26:42 -0600 )edit

Question Tools

1 follower

Stats

Asked: 2018-01-15 06:24:20 -0600

Seen: 1,635 times

Last updated: Jan 15 '18