princeton-vl / infinigen

Infinite Photorealistic Worlds using Procedural Generation
https://infinigen.org
BSD 3-Clause "New" or "Revised" License
5.14k stars 430 forks source link

wrong in the fine_terrain task, never generate files #210

Open larrrry1412 opened 3 months ago

larrrry1412 commented 3 months ago
          @larrrry1412 were you able to run the hello world example with separate commands? (maybe we shall discuss this in a separate issue)

Originally posted by @mazeyu in https://github.com/princeton-vl/infinigen/issues/207#issuecomment-2016409517

larrrry1412 commented 3 months ago

I can run the hello world example, but when I use "cuda_terrain", the program never generate results.

mazeyu commented 2 months ago

This must be because the cuda executable is not working correctly (output 0 or something). I have seen this when I run executables with GPUs different than it is compiled. Which GPU are you using?

larrrry1412 commented 2 months ago

RTX3090, how can I fix it?

mazeyu commented 2 months ago

could you check if the driver is compatible etc., or run some simple tests with cuda. I'm not sure though.