You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 29, 2024. It is now read-only.
I would like to request a new feature for labelimg: a root folder flag. This flag would allow users to specify the root folder for their images, labels, and classes.txt file when running labelimg from the command line.
For example, running labelimg --root=/path/to/folder/ would mean that the images folder is located at /path/to/folder/images/, the labels save folder is located at /path/to/folder/labels/, and the classes.txt file is located at /path/to/folder/labels/classes.txt. If a classes.txt file already exists in the specified location, it should be used.
I would like to request a new feature for labelimg: a root folder flag. This flag would allow users to specify the root folder for their images, labels, and classes.txt file when running labelimg from the command line.
For example, running
labelimg --root=/path/to/folder/
would mean that the images folder is located at /path/to/folder/images/, the labels save folder is located at /path/to/folder/labels/, and the classes.txt file is located at /path/to/folder/labels/classes.txt. If a classes.txt file already exists in the specified location, it should be used.Visually, the file structure would look like:
This feature would make it easier to organize images and annotations.
The text was updated successfully, but these errors were encountered: