mirror of
https://github.com/pjreddie/darknet.git
synced 2023-08-10 21:13:14 +03:00
Example of anchors generation for Yolo v3
This commit is contained in:
@ -1,10 +1,10 @@
|
||||
rem # How to calculate Yolo v2 anchors using K-means++
|
||||
|
||||
|
||||
darknet.exe detector calc_anchors data/voc.data -num_of_clusters 5 -width 416 -heigh 416
|
||||
darknet.exe detector calc_anchors data/voc.data -num_of_clusters 9 -width 416 -heigh 416
|
||||
|
||||
|
||||
rem darknet.exe detector calc_anchors data/voc.data -num_of_clusters 5 -width 416 -heigh 416 -show
|
||||
rem darknet.exe detector calc_anchors data/voc.data -num_of_clusters 9 -width 416 -heigh 416 -show
|
||||
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user