pix4dmapper Pro 4.1.22 CudaException Catch

I am processing a large dataset with a GTX 1080 Ti and I’m having 

[Warning]: CudaException catch : Cuda processing error… Falling back to CPU code

show up in my log during step 1 specifically while computing keypoints. I’m curious if anyone else has that error and what can be done to fix it or in what situations it flags. I am running 4.1.22.

 

thanks!

1 Like

The capability of the GPU to process the images depends on its RAM, the image number and resolution and the processing options. 

This error is thrown when the GPU runs out of RAM. The processing will still finish, but the GPU will not be able to handle the whole processing and will require the help of the CPU. This does not affect the output, but rather lengthens the processing time of the project.

2 Likes