mirror of https://github.com/AlexeyAB/darknet.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
435 B
19 lines
435 B
echo Run install_cygwin.cmd before: |
|
|
|
|
|
c:\cygwin64\bin\wget https://pjreddie.com/media/files/cifar.tgz |
|
|
|
c:\cygwin64\bin\gzip -d "%CD:\=/%/cifar.tgz" |
|
|
|
c:\cygwin64\bin\tar --force-local -xvf "%CD:\=/%/cifar.tar" |
|
|
|
c:\cygwin64\bin\cat "%CD:\=/%/labels.txt" |
|
|
|
|
|
c:\cygwin64\bin\find "%CD:\=/%/cifar/train" -name \*.png > "%CD:\=/%/cifar/train.list" |
|
|
|
c:\cygwin64\bin\find "%CD:\=/%/cifar/test" -name \*.png > "%CD:\=/%/cifar/test.list" |
|
|
|
|
|
|
|
pause |