Skip to content

Instantly share code, notes, and snippets.

@arjun-kava
Last active March 12, 2020 06:46
Show Gist options
  • Save arjun-kava/68bca25887a29682ecf96384d039f2ed to your computer and use it in GitHub Desktop.
Save arjun-kava/68bca25887a29682ecf96384d039f2ed to your computer and use it in GitHub Desktop.
Darknet Yolo Commands
# calculate ancors based on height and width
./darknet detector calc_anchors data/voc.data -num_of_clusters 9 -width 416 -height 416
# check current IOU by relcall
./darknet detector recall cfg/suit.data cfg/suit-tiny.cfg backup/suit-tiny_100.weights
@Umraiz
Copy link

Umraiz commented Mar 12, 2020

do you know how to calculate true negatives and ROC curve ?
I have cloned AlexeyAB's repo.

Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment