Wei Lin

Results 3 issues of Wei Lin

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)...

Hi Jonas, Thank you for sharing your beautiful work. At your convenience, could you please relearse your inference code so that we can visualize the segmentation results on our own...

Thank you for your wonderful work! I am running td3d on my dataset, which only includes one class. I have add necessary modification to the original code, to my best...