DLR-RM / BlenderProc

A procedural Blender pipeline for photorealistic training image generation
GNU General Public License v3.0
2.6k stars 432 forks source link

fix pools termination in BOP dataset #1085

Closed matteomastrogiuseppe closed 1 month ago

matteomastrogiuseppe commented 1 month ago

See issue (https://github.com/DLR-RM/BlenderProc/issues/1084).

Pools are not explicitely closed, and in my case it leads to a progressive filling up of RAM memory. Manually calling the terminator shouldn't change anything, while at the same time avoiding potential issues.

cla-bot[bot] commented 1 month ago

Thank you for your pull request and welcome to our community. We could not parse the GitHub identity of the following contributors: Matteo Mastrogiuseppe. 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@example.com
  3. Make sure that the git commit email is configured in your GitHub account settings, see https://github.com/settings/emails