completion3d
completion3d copied to clipboard
How to Generate 16,384 points?
trafficstars
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!
Hi, did you solve the problem?