mirror of https://github.com/AlexeyAB/darknet.git
Added classifier_darknet_448.cmd
This commit is contained in:
parent
599f9a5b21
commit
88e2fce754
|
@ -1,6 +1,8 @@
|
|||
[net]
|
||||
batch=128
|
||||
subdivisions=4
|
||||
#batch=128
|
||||
#subdivisions=4
|
||||
batch=1
|
||||
subdivisions=1
|
||||
height=448
|
||||
width=448
|
||||
max_crop=512
|
||||
|
|
|
@ -0,0 +1,4 @@
|
|||
darknet.exe classifier predict cfg/imagenet1k.data cfg/darknet19_448.cfg darknet19_448.weights
|
||||
|
||||
|
||||
pause
|
|
@ -1,6 +1,8 @@
|
|||
[net]
|
||||
batch=128
|
||||
subdivisions=4
|
||||
#batch=128
|
||||
#subdivisions=4
|
||||
batch=1
|
||||
subdivisions=1
|
||||
height=448
|
||||
width=448
|
||||
max_crop=512
|
||||
|
|
Loading…
Reference in New Issue