guyrap
guyrap
@CDElite - It would be great to get the sens creation script as well ([email protected]). Thank you! Guy
Hi @adammpolak, I've managed to compile with CUDA 9.1 and VS 2017 as you've described. Thank you! Nevertheless, when I run the code, with the copyroom.sens data, for example, I'm...
Hi Adam, I did updated the z files according to previous posts: s_sensorIdx = 8; s_binaryDumpSensorFile = "\path\to\copyroom.sens"; I've also reduced the number of images to decrease memory footprint and...
Hi @adammpolak, actually I've managed to resolve the issue by changing CUDA code generation flags to compute_30,sm_30 (I have a slightly older GPU). It has been running smoothly since then....