developer0hye / Yolo_Label

GUI for marking bounded boxes of objects in images for training neural network YOLO
MIT License
490 stars 114 forks source link

Command Line Functions #54

Closed ghost closed 2 years ago

ghost commented 2 years ago

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

developer0hye commented 2 years ago

@andrewwetzel23 Is this function important to you?

ghost commented 2 years ago

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

developer0hye commented 2 years ago

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

ghost commented 2 years ago

I appreciate that immensely.

developer0hye commented 2 years ago

@andrewwetzel23

Test with the below file.

cmd-yololabel.zip

Usage

./YoloLabel.exe dataset_path label.txt
ghost commented 2 years ago

Works great. Thanks for the quick turnaround!