cvdata icon indicating copy to clipboard operation
cvdata copied to clipboard

Add relabel functinoality for Darknet (YOLO) annotation files

Open monocongo opened this issue 5 years ago • 0 comments

Add the ability to relabel Darknet (YOLO) annotation files. This is essentially a matter of replacing the label index, which is the first field in the annotation lines of the file. For example, we might go from this:

3 0.4995 0.2012 0.3994 0.0456

to this:

2 0.4995 0.2012 0.3994 0.0456

monocongo avatar Feb 05 '20 17:02 monocongo