Suggestion: Make program work natively with YOLO style label (*.txt) #2267
LeMinhNgan
started this conversation in
Ideas / Feature requests
Replies: 1 comment 3 replies
Isn't that the good argument why LabelMe's annotation.json is superior format than YOLO annotation.txt? |
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hello,
I find the YOLO style *.txt label has some advantage, for example the labels are still usable if I resize their images. I wish in our program, we can set option to adopt either YOLO *.txt or JSON labels during loading, annotating labels/images natively.
Using converter or exporter is not not a good idea because: to convert YOLO *.txt to JSON we need to read the image size first.
All reactions