Skip to content

Wrong implementation of shape boundary consistency? #13

Description

@hwjiang1510

During the training of DeepLS, the code reshapes the points sampled from different object instances into a single sample (here) and builds the KD tree accordingly (here). Thus, when we find near_sample_indices (here), for each voxel grid of an object instance, the code actually searches for points sampled on all object instances in the batch. This is not correct, because different instances are not correlated.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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