completion3d icon indicating copy to clipboard operation
completion3d copied to clipboard

How to Generate 16,384 points?

Open hzxie opened this issue 5 years ago • 1 comments
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!

hzxie avatar Jan 04 '20 03:01 hzxie

Hi, did you solve the problem?

doublemanyu avatar Nov 08 '20 06:11 doublemanyu