Darknet: Learning order

Created on 25 May 2018  路  2Comments  路  Source: AlexeyAB/darknet

  1. darknet.exe detector calc_anchors data/obj.data -num_of_clusters 9 -width 416 -height 416

  2. darknet.exe detector train data/voc.data cfg/yolov3-voc.cfg darknet53.conv.74

Should step 2 be performed after step 1?

Most helpful comment

All 2 comments

Should step 2 be performed after step 1?

Yes.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

louisondumont picture louisondumont  路  3Comments

zihaozhang9 picture zihaozhang9  路  3Comments

Jacky3213 picture Jacky3213  路  3Comments

bit-scientist picture bit-scientist  路  3Comments

yongcong1415 picture yongcong1415  路  3Comments