When testing Meshroom with popsift in FeatureExtraction using huge images (12000x9000px)
popsift fails with:
|
POP_CUDA_FATAL_TEST( err, "Could not create texture object: " ); |
I assume this is due to the huge image size that my exceeds the limit. If that is the case, a more informative error message would be useful.
When testing Meshroom with popsift in FeatureExtraction using huge images (12000x9000px)
popsift fails with:
popsift/src/popsift/s_image.cu
Line 292 in 3e624d2
I assume this is due to the huge image size that my exceeds the limit. If that is the case, a more informative error message would be useful.