'Could not allocate memory' error running testbed.exe #431
Replies: 3 comments
-
The GPU memory is not enough, downsampling the image resolution to 1920x1080 may be helpful. |
Beta Was this translation helpful? Give feedback.
-
Thank you, @QinlongHuang ! That got it working. Do you have any idea how to determine how much memory the software requires for different datasets? |
Beta Was this translation helpful? Give feedback.
-
I'm not sure. Maybe you should have a test on your GPU to find the maximum points you can put in the GPU, which means ( image_nums x image_w x image_h ) rays x N points sampled per ray, i.e., ( N x image_nums x image_w x image_h ) points. |
Beta Was this translation helpful? Give feedback.
-
Hello,
After running
testbed.exe --scene /path/
I get the following error:I'm on Windows 10, NVIDIA RTX 2060, i9 9900k. Any guidance would be greatly appreciated. Thank you!
Beta Was this translation helpful? Give feedback.
All reactions