Skip to content

Commit

Permalink
Merge pull request #738 from ptoews/fix_rsconv_warning
Browse files Browse the repository at this point in the history
Remove obsolete check in RSConvOriginalMSGDown constructor
  • Loading branch information
CCInc committed Mar 28, 2022
2 parents 663442d + 5c13921 commit 61ef9cb
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions torch_points3d/modules/RSConv/dense.py
Original file line number Diff line number Diff line change
Expand Up @@ -273,8 +273,6 @@ def __init__(
**kwargs
):
assert len(radii) == len(nsample)
if len(radii) != len(down_conv_nn):
log.warning("The down_conv_nn has a different size as radii. Make sure of have SharedRSConv")
super(RSConvOriginalMSGDown, self).__init__(
DenseFPSSampler(num_to_sample=npoint), DenseRadiusNeighbourFinder(radii, nsample), **kwargs
)
Expand Down

0 comments on commit 61ef9cb

Please sign in to comment.