I want to add texturing to my pipeline but when I run the script I get the following output to the command line:
BuildTexture: texture size = 4096, texture type = Diffuse map, source data = Images, blending mode = Mosaic, fill holes = 1, ghosting filter = 1, enable_gpu = 1, relaxed_precision = 1
Found 1 GPUs in 0.000973 sec (CUDA: 0.000223 sec, OpenCL: 0.000736 sec)
Using device: Tesla T4, 40 compute units, free memory: 14989/15109 MB, compute capability 7.5
driver/runtime CUDA: 10020/6050
max work group size 1024
max work item sizes [1024, 1024, 64]
Initializing context...
Cannot use GPU. Reason: VK Error : VkResult is "ERROR_INITIALIZATION_FAILED" at line 59
Performing blending on CPU...
calculating mesh connectivity... done in 0.426329 sec
detecting outliers... ******************************************* done in 37.4896 sec
estimating quality... ******************************************* done in 48.2925 sec
blending textures... ******************************************* done in 53.0495 sec
postprocessing atlas... done in 0.849618 sec
The texture result seemed to be of lower quality, but if this error is normal I would like to know.