mirror of https://github.com/AlexeyAB/darknet.git
parent
2c29218e4e
commit
6af2cf692c
3 changed files with 2929 additions and 1 deletions
File diff suppressed because it is too large
Load Diff
@ -1,6 +1,8 @@ |
||||
darknet.exe classifier predict cfg/imagenet1k.data cfg/resnet50.cfg resnet50.weights |
||||
|
||||
rem darknet.exe classifier predict cfg/imagenet1k.data cfg/resnet152.cfg resnet152.weights |
||||
|
||||
|
||||
pause |
||||
|
||||
REM Download weights for DenseNet201 and ResNet50 by this link: https://pjreddie.com/darknet/imagenet/ |
||||
REM Download weights for DenseNet201, ResNet50 and ResNet152 by this link: https://pjreddie.com/darknet/imagenet/ |
File diff suppressed because it is too large
Load Diff
Loading…
Reference in new issue