Skip to content

Commit

Permalink
FPS warning
Browse files Browse the repository at this point in the history
  • Loading branch information
CharlesGaydon committed Mar 14, 2022
1 parent 35f8600 commit 60b00a6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lidar_multiclass/datamodules/transforms.py
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,8 @@ class FPSSampler(Subsampler):
r"""
Samples a fixed number of points from a point cloud, using Fartest Point Sampling.
In our experiments, FPS is slower by an order of magnitude than Random/Grid sampling, and yields worst results.
See https://pytorch-geometric.readthedocs.io/en/latest/modules/nn.html?highlight=fps#torch_geometric.nn.pool.fps
"""

Expand Down

0 comments on commit 60b00a6

Please sign in to comment.