From dcef3d94f9678b501d2287ae82e9bae93c080c1d Mon Sep 17 00:00:00 2001 From: AlexeyAB Date: Thu, 19 Oct 2017 01:58:10 +0300 Subject: [PATCH] Minor fix --- build/darknet/x64/classifier_densenet201.cmd | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/build/darknet/x64/classifier_densenet201.cmd b/build/darknet/x64/classifier_densenet201.cmd index 363322e6..4f2481b3 100644 --- a/build/darknet/x64/classifier_densenet201.cmd +++ b/build/darknet/x64/classifier_densenet201.cmd @@ -1,4 +1,6 @@ darknet.exe classifier predict cfg/imagenet1k.data cfg/densenet201.cfg densenet201.weights -pause \ No newline at end of file +pause + +REM Download weights for DenseNet201 and ResNet50 by this link: https://pjreddie.com/darknet/imagenet/ \ No newline at end of file