Evaluate the Darknet Model for training results just by executing this.
First, create directories named iou, drive, test.
mkdir iou drive test
Second, move source images(.png) and labels(.txt) to the drive directory you just created.
⚠️ The name has to be same as the image name except the extension. i.e, if an image is abc.png, label file is abc.txt.
Next, just execute the following command.
python3 analysis.py
That's all you need to know to start:wink: !
Iou For Darknet
is free and open-source software licensed under the GPL-3.0.