developer0hye / Yolo_Label

GUI for marking bounded boxes of objects in images for training neural network YOLO

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Command Line Functions

andrewwetzel23 opened this issue · comments

Is there potential to add functionality to set the image directory and object text file from the command line?

@andrewwetzel23
Is this function important to you?

It would be very helpful for including this program in an active learning loop.

@andrewwetzel23
Okay, I will try to implement this function by next week!

I appreciate that immensely.

@andrewwetzel23

Test with the below file.

cmd-yololabel.zip

Usage

./YoloLabel.exe dataset_path label.txt

Works great. Thanks for the quick turnaround!