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

How to Generate 16,384 points? #12

Open
hzxie opened this issue Jan 4, 2020 · 1 comment
Open

How to Generate 16,384 points? #12

hzxie opened this issue Jan 4, 2020 · 1 comment

Comments

@hzxie
Copy link

hzxie commented Jan 4, 2020

In the TopNet paper, there is a version to generate N=16384 points.

For N=2048, it is clearly demonstrated in the Sec. 4.2:

When generating N = 2048 points, the root node has 4 children and all other internal nodes in subsequent level generate 8 children. yielding a total of N = 4 × (8^3) = 2048 points generated by the decoder. Each MLP in the decoder is a has 3 stages with 256, 64, and C channels respectively, where C = 8 for inner nodes and C = 3 for leaf nodes.

Could you provide me more details of the network generating 16,384 points?
Thank you!

@doublemanyu
Copy link

Hi, did you solve the problem?

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

2 participants