-
Notifications
You must be signed in to change notification settings - Fork 29
Description
I noticed that in the released code, the model is initialized with in_channels=6. Does this mean that the xyz coordinates are used twice, or is there another reason for this configuration? I was initially expecting the inputs to be xyz coordinates plus normals (or possibly RGB).
Could you clarify:
During training, were the inputs strictly xyz coordinates only, or were normals (or any other features) also used?
If normals and/or RGB were considered, what was the reason to exclude them from the final input?
Do you foresee potential improvements if color information were incorporated as part of the sampled input?
This would help me better understand the design choices behind the input representation and its effect on the model’s generalization.
Thank you for your time and for sharing this impactful work!