soulslicer / STAF

Spatio Temporal Affinity Fields (CVPR 2019)
Other
151 stars 38 forks source link

Update getModels.bat #26

Open TalBarami opened 3 years ago

TalBarami commented 3 years ago

Supporting body21 on windows

soulslicer commented 3 years ago

Can you tell me what this PR does?

TalBarami commented 3 years ago

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'

soulslicer commented 3 years ago

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?

TalBarami commented 3 years ago

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.