Added classifier_darknet_448.cmd

This commit is contained in:
AlexeyAB 2017-09-15 14:48:09 +03:00
parent 599f9a5b21
commit 88e2fce754
3 changed files with 12 additions and 4 deletions

View File

@ -1,6 +1,8 @@
[net]
batch=128
subdivisions=4
#batch=128
#subdivisions=4
batch=1
subdivisions=1
height=448
width=448
max_crop=512

View File

@ -0,0 +1,4 @@
darknet.exe classifier predict cfg/imagenet1k.data cfg/darknet19_448.cfg darknet19_448.weights
pause

View File

@ -1,6 +1,8 @@
[net]
batch=128
subdivisions=4
#batch=128
#subdivisions=4
batch=1
subdivisions=1
height=448
width=448
max_crop=512