This commit is contained in:
wassname
2018-04-10 13:40:05 +08:00
parent 0a6b08b83f
commit 9046814dc6
2 changed files with 1 additions and 4 deletions
+1 -1
View File
@@ -22,7 +22,7 @@ class _PointnetSAModuleBase(nn.Module):
----------
xyz : torch.Tensor
(B, N, 3) tensor of the xyz coordinates of the points
point : torch.Tensor
points : torch.Tensor
(B, N, C) tensor of the descriptors of the the points
Returns