Skip to content

Testing on my point cloud #31

@FSet89

Description

@FSet89

I want to test the completion model on my point cloud. I load it as a Nx3 array where N~9000 and I feed it to the ckpt-best-shapenet34_21-cd_l2.pth model checkpoint. The output is a list of 4 tensors with shape:
torch.Size([1, 256, 3]) torch.Size([1, 512, 3]) torch.Size([1, 2048, 3]) torch.Size([1, 8192, 3])
I'm a bit confused here. How do I recover the predicted cloud?
I tried to switch C and N axes like suggested in another issue but I get a CUDA error:

CUDA kernel failed : invalid configuration argument
void gather_points_kernel_wrapper(int, int, int, int, const float*, const int*, float*) at L:29 in /home/x/SnowflakeNet/models/pointnet2_ops_lib/pointnet2_ops/_ext-src/src/sampling_gpu.cu

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