Hi, thanks a lot — great work! How can I increase the number of output points to 8192 (or more)? Thanks again! Best, Roy I tried this.. but it crashed model = PointCloudNet( num_views=1, point_cloud_size=8192, num_heads=4, dim_feedforward=2048 )
Hi, thanks a lot — great work!
How can I increase the number of output points to 8192 (or more)?
Thanks again!
Best,
Roy
I tried this.. but it crashed
model = PointCloudNet(
num_views=1,
point_cloud_size=8192,
num_heads=4,
dim_feedforward=2048
)