Skip to content

DnensifyPointCloud Crash #1253

@xinzheng798

Description

@xinzheng798

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

Image the image size is very large

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions