STAF icon indicating copy to clipboard operation
STAF copied to clipboard

Update getModels.bat

Open TalBarami opened this issue 4 years ago • 4 comments

Supporting body21 on windows

TalBarami avatar Feb 08 '21 18:02 TalBarami

Can you tell me what this PR does?

soulslicer avatar Feb 09 '21 00:02 soulslicer

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'

TalBarami avatar Feb 09 '21 08:02 TalBarami

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?

soulslicer avatar Feb 09 '21 20:02 soulslicer

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.

TalBarami avatar Feb 09 '21 23:02 TalBarami