STAF
STAF copied to clipboard
Update getModels.bat
Supporting body21 on windows
Can you tell me what this PR does?
Can you tell me what this PR does?
Yes, I have added the following lines to 'getModels.bat':
echo Body (BODY_21A_VIDEO) set BODY_21_FOLDER=%POSE_FOLDER%body_21a_video/ set BODY_21_MODEL=%BODY_21_FOLDER%pose_iter_264000.caffemodel %WGET_EXE% -c %OPENPOSE_URL%%BODY_21_MODEL% -P %BODY_21_FOLDER%
Now it works the same as the unix version 'getModels.sh'
Can you tell me what this PR does?
Yes, I have added the following lines to 'getModels.bat':
echo Body (BODY_21A_VIDEO) set BODY_21_FOLDER=%POSE_FOLDER%body_21a_video/ set BODY_21_MODEL=%BODY_21_FOLDER%pose_iter_264000.caffemodel %WGET_EXE% -c %OPENPOSE_URL%%BODY_21_MODEL% -P %BODY_21_FOLDER%
Now it works the same as the unix version 'getModels.sh'
Wait, then why are there over 150 files changed. Did you also sync this with the latest master?
Can you tell me what this PR does?
Yes, I have added the following lines to 'getModels.bat':
echo Body (BODY_21A_VIDEO) set BODY_21_FOLDER=%POSE_FOLDER%body_21a_video/ set BODY_21_MODEL=%BODY_21_FOLDER%pose_iter_264000.caffemodel %WGET_EXE% -c %OPENPOSE_URL%%BODY_21_MODEL% -P %BODY_21_FOLDER%
Now it works the same as the unix version 'getModels.sh'Wait, then why are there over 150 files changed. Did you also sync this with the latest master?
I have no idea. X_X My commit showed only 1 change, I don't know how the rest of it came.