Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Question about the data prepare functions in model.py #6

Open
limt15 opened this issue Oct 8, 2019 · 0 comments
Open

Question about the data prepare functions in model.py #6

limt15 opened this issue Oct 8, 2019 · 0 comments

Comments

@limt15
Copy link

limt15 commented Oct 8, 2019

Thank you very much for sharing the fantastic code!
I wondered about the data format of the functionsquare_distance in the model.py script when I was reading it. Could you please tell more details of the input data below:

Input: src: source points, [B, N, C] dst: target points, [B, M, C]

What‘s the [B,N,C] and [B,M,C] looks like?
What’s the difference between the [B,M,C] and [B, npoint, C]?
And what‘s the means about these capital letters?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant