mirror of
https://github.com/pjreddie/darknet.git
synced 2023-08-10 21:13:14 +03:00
Fixed mAP calculation for CRNN layer during training
This commit is contained in:
18
scripts/windows/win_get_otb_datasets.cmd
Normal file
18
scripts/windows/win_get_otb_datasets.cmd
Normal file
@ -0,0 +1,18 @@
|
||||
echo Run install_cygwin.cmd before:
|
||||
|
||||
rem http://cvlab.hanyang.ac.kr/tracker_benchmark/datasets.html
|
||||
|
||||
c:\cygwin64\bin\bash -l -c "cd %CD:\=/%/; echo $PWD"
|
||||
|
||||
c:\cygwin64\bin\dos2unix "%CD:\=/%/otb_get_labels.sh"
|
||||
|
||||
|
||||
c:\cygwin64\bin\bash -l -c "cd %CD:\=/%/; %CD:\=/%/otb_get_labels.sh Suv 320 240"
|
||||
|
||||
c:\cygwin64\bin\bash -l -c "cd %CD:\=/%/; %CD:\=/%/otb_get_labels.sh Liquor 640 480"
|
||||
|
||||
c:\cygwin64\bin\bash -l -c "cd %CD:\=/%/; %CD:\=/%/otb_get_labels.sh Freeman4 360 240"
|
||||
|
||||
c:\cygwin64\bin\bash -l -c "cd %CD:\=/%/; %CD:\=/%/otb_get_labels.sh Human3 480 640"
|
||||
|
||||
pause
|
Reference in New Issue
Block a user