-
-
Notifications
You must be signed in to change notification settings - Fork 955
Open
Description
DensifyPointCloud-260206202324C59AEC.log
the bug is here
PatchMatchCUDA.cpp
if (images[i].size() != image.size()) {
// reallocate image CUDA memory
cudaDestroyTextureObject(textureImages[i]);
cudaFreeArray(cudaImageArrays[i]);
if (params.bGeomConsistency && i > 0) {
cudaDestroyTextureObject(textureDepths[i-1]);
cudaFreeArray(cudaDepthArrays[i-1]);
}
AllocateImageCUDA(i, image, true, !view.depthMap.empty());
}
i find this time
the image size is very largeReactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels