PointAugment icon indicating copy to clipboard operation
PointAugment copied to clipboard

Question about the normal feature

Open cuge1995 opened this issue 3 years ago • 0 comments

In your code

raw_pt = pt[:,:3,:].contiguous()
normal = pt[:,3:,:].transpose(1, 2).contiguous() if C > 3 else None

Therefore, I was wondering do you used the normal feature except xyz coordinate to further boost the performance?

cuge1995 avatar Mar 23 '21 04:03 cuge1995