RandLA-Net-pytorch icon indicating copy to clipboard operation
RandLA-Net-pytorch copied to clipboard

Error

Open linwei0763 opened this issue 2 years ago • 0 comments

Hi, thank you for your work.

I am reading your code while there seems to be a mistake.

model.py line 100 return torch.cat(( self.mlp(concat), features.expand(B, -1, N, K) ), dim=-3)

features.expand(B, -1, N, K) the features should query neighbours instead of simply duplicate the values.

linwei0763 avatar Sep 04 '23 19:09 linwei0763