aRI0U / RandLA-Net-pytorch

PyTorch implementation of RandLA-Net

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Error

linwei0763 opened this issue · 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.