facebookresearch / clevr-dataset-gen

A Diagnostic Dataset for Compositional Language and Elementary Visual Reasoning
Other
577 stars 204 forks source link

Error after around 700 images rendered #28

Open thematrixduo opened 3 years ago

thematrixduo commented 3 years ago

I was able to use the code to generate new images and scenes. However the following error occurs after rendering about 700 images.

CUDA error at cuModuleLoad: File not found

I tried this many times and it always fail after rendering 700 to 800 images. System Info: Ubuntu 18.04. Rendering with GTX Titan GPU. I also found someone with the same issue on StackOverflow: https://stackoverflow.com/questions/57097832/cuda-error-at-cumoduleload-file-not-found-while-rendering-files-using-blender-o

nanlliu commented 3 years ago

I think it is probably due to issues with GPU rendering with cycles.

i managed to generate dataset using colab. here is the link. Hopefully helps!

Lizw14 commented 2 years ago

Did you solve the problem and can you share the solution? I met the same problem.

YotamNitzan commented 2 years ago

I encounter the same issue

ostjul commented 1 year ago

I encounter the same issue. Did anyone solve it by now?