3DGNN_pytorch
3DGNN_pytorch copied to clipboard
about gnn module compute neighbor features
I see this "# do this for every sample in batch, not nice, but I don't know how to use index_select batchwise" in model code.Why gnn part need batchwise to compute neighbor features?Thx a lot.