Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
MMCV
Commits
d4615b84
Commit
d4615b84
authored
Nov 07, 2021
by
MeowZheng
Committed by
Wenwei Zhang
Nov 08, 2021
Browse files
minors
parent
cfa5fc84
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
mmcv/ops/points_sampler.py
mmcv/ops/points_sampler.py
+1
-1
No files found.
mmcv/ops/points_sampler.py
View file @
d4615b84
...
@@ -166,7 +166,7 @@ class FSSampler(nn.Module):
...
@@ -166,7 +166,7 @@ class FSSampler(nn.Module):
super
().
__init__
()
super
().
__init__
()
def
forward
(
self
,
points
,
features
,
npoint
):
def
forward
(
self
,
points
,
features
,
npoint
):
r
"""Sampling points with FS
\
_Sampling."""
"""Sampling points with FS_Sampling."""
assert
features
is
not
None
,
\
assert
features
is
not
None
,
\
'feature input to FS_Sampler should not be None'
'feature input to FS_Sampler should not be None'
ffps_sampler
=
FFPSSampler
()
ffps_sampler
=
FFPSSampler
()
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment