Skip to content
This repository has been archived by the owner on Feb 29, 2024. It is now read-only.

Feature Request: Root Folder Flag #1006

Open
sohang3112 opened this issue Aug 3, 2023 · 0 comments
Open

Feature Request: Root Folder Flag #1006

sohang3112 opened this issue Aug 3, 2023 · 0 comments

Comments

@sohang3112
Copy link

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:

/path/to/folder
|- images/     
    |- *.jpg, *.png, etc.
|- labels/
    |- classes.txt
    |- *.txt - YOLO annotation label files

This feature would make it easier to organize images and annotations.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant