BlenderProc
BlenderProc copied to clipboard
Resume cctexture download
Since when download cctexture always abort sometimes with internet issue, sometimes the request target is not a zip file and the script raises an exception. I add two features:
- use a socket session to request and setting the retry as 3 times in one request
- ignore un-zip file after download
another change just add a time record in generate linemod scripts
Thank you for your pull request and welcome to our community. We could not parse the GitHub identity of the following contributors: lab-lin.ziyao. This is most likely caused by a git client misconfiguration; please make sure to:
- check if your git client is configured with an email to sign commits
git config --list | grep email - If not, set it up using
git config --global user.email [email protected] - Make sure that the git commit email is configured in your GitHub account settings, see https://github.com/settings/emails
Thanks, this got solved in #658