labelImg icon indicating copy to clipboard operation
labelImg copied to clipboard

[Feature Request] predefined_classes.txt should be editable from GUI

Open Interpause opened this issue 3 years ago • 0 comments

For the YOLO dataset format, it uses data/predefined_classes.txt to determine the order of classes & hence numerical ids for the classes.

If installing via pip or having built labelImg using PyInstaller, editing this file is not convenient.

On a side note, it is possible to change the path to read predefined_classes.txt via the CLI, but this feature is not documented (and should be).

However, it would be more convenient if the list of classes and their order could be edited from the GUI. Nevermind figuring out how to reorder classes if the user removes or inserts them.

  • OS: NA
  • PyQt version: NA

Interpause avatar Sep 12 '22 07:09 Interpause