Open soans1994 opened 4 months ago
Probably there are some leftover data blocks when loading new objects in each iteration. Could you check whether adding bproc.clean_up()
in the beginning of each loop solves your problem?
@cornerfarmer i tried it but doesnt slow the problem
please check out my paper here, I used BlenderProc as the first reference https://www.mdpi.com/2076-3417/14/14/6352
Hey @soans1994,
could you then provide a minimal example together with the required meshes which reproduces your issue?
Describe the issue
I am facing the issue of loop becomes slower over time when the list length is over 1000. Can you please check my code below and see if it is problem of ubuntu system or code.
Thank you
Minimal code example
Files required to run the code
No response
Expected behavior
When the list of blend files is less, the code finishes completetly. If list legth is large, the loop time goes from average 3 seconds to 4,5,6,......60 seconds per image
BlenderProc version
main