Commit d4615b84 authored by MeowZheng's avatar MeowZheng Committed by Wenwei Zhang
Browse files

minors

parent cfa5fc84
......@@ -166,7 +166,7 @@ class FSSampler(nn.Module):
super().__init__()
def forward(self, points, features, npoint):
r"""Sampling points with FS\_Sampling."""
"""Sampling points with FS_Sampling."""
assert features is not None, \
'feature input to FS_Sampler should not be None'
ffps_sampler = FFPSSampler()
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment