calc_anchors.cmd 259 B

123456789101112
  1. rem # How to calculate Yolo v2 anchors using K-means++
  2. darknet.exe detector calc_anchors data/voc.data -num_of_clusters 9 -width 416 -height 416
  3. rem darknet.exe detector calc_anchors data/voc.data -num_of_clusters 9 -width 416 -height 416 -show
  4. pause