mirror of https://github.com/AlexeyAB/darknet.git
resnet152.cfg
This commit is contained in:
parent
2c29218e4e
commit
6af2cf692c
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