BlenderProc icon indicating copy to clipboard operation
BlenderProc copied to clipboard

Resume cctexture download

Open zeal-up opened this issue 3 years ago • 1 comments

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:

  1. use a socket session to request and setting the retry as 3 times in one request
  2. ignore un-zip file after download

another change just add a time record in generate linemod scripts

zeal-up avatar Mar 10 '22 02:03 zeal-up

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:

  1. check if your git client is configured with an email to sign commits git config --list | grep email
  2. If not, set it up using git config --global user.email [email protected]
  3. Make sure that the git commit email is configured in your GitHub account settings, see https://github.com/settings/emails

cla-bot[bot] avatar Mar 10 '22 02:03 cla-bot[bot]

Thanks, this got solved in #658

themasterlink avatar Aug 17 '22 15:08 themasterlink