Open csyhping opened 3 months ago
@vishwa91 , in the code L27, there is a scale = 0.5
, how should I understand this ?
@csyhping thank you for your interest in our work.
scale = 0.5
: this downsamples the target volume. Often times, loading a volume with 1024x1024x1024 voxels is infeasible, so I run it at lower resolution to get a quick result. All the visualizations in the paper were with scale=1
, while some of the ablations and sweeps were with scale=0.5
.Hope that answers your questions!
Hi @vishwa91 , thanks for your great work. I have one question about the 'four scales.' In the paper, you've mentioned four scales, from coarse to fine, but there seems to be no specific description of the resolution of each scale. I think it should be something like LOD. May I ask the exact resolution for each scale for 3D point cloud fitting? Thanks!