Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Pointcept/SegmentAnything3D
/ types & classes
Types & classes
20 in github.com/Pointcept/SegmentAnything3D
⨍
Functions
186
◇
Types & classes
20
↓ 18 callers
Class
PlyParseError
Raised when a PLY file cannot be parsed. The attributes `element', `row', `property', and `message' give additional information.
scannet-preprocess/scannet_pair/plyfile.py:121
↓ 2 callers
Class
PlyElement
PLY file element. A client of this library doesn't normally need to instantiate this directly, so the following is only for the sake of
scannet-preprocess/scannet_pair/plyfile.py:364
↓ 2 callers
Class
PlyListProperty
PLY list property description.
scannet-preprocess/scannet_pair/plyfile.py:820
↓ 2 callers
Class
PlyProperty
PLY property description. This class is pure metadata; the data itself is contained in PlyElement instances.
scannet-preprocess/scannet_pair/plyfile.py:716
↓ 1 callers
Class
PlyData
PLY file header and data. A PlyData instance is created in one of two ways: by the static method PlyData.read (to read a PLY file), or d
scannet-preprocess/scannet_pair/plyfile.py:153
↓ 1 callers
Class
RGBDFrame
scannet-preprocess/scannet_pair/SensorData.py:11
↓ 1 callers
Class
RGBDFrame
scannet-preprocess/prepare_2d_data/SensorData.py:11
↓ 1 callers
Class
SensorData
scannet-preprocess/scannet_pair/SensorData.py:42
↓ 1 callers
Class
SensorData
scannet-preprocess/prepare_2d_data/SensorData.py:45
↓ 1 callers
Class
Voxelize
util.py:16
Class
Aggregation
libs/pointops/functions/aggregation.py:7
Class
AttentionFusionStep
libs/pointops/functions/attention.py:50
Class
AttentionRelationStep
libs/pointops/functions/attention.py:8
Class
BallQuery
Ball Query. Find nearby points in spherical space.
libs/pointops/functions/query.py:56
Class
FarthestPointSampling
libs/pointops/functions/sampling.py:7
Class
Grouping
libs/pointops/functions/grouping.py:7
Class
Interpolation
libs/pointops/functions/interpolation.py:25
Class
KNNQuery
libs/pointops/functions/query.py:7
Class
RandomBallQuery
Random Ball Query. Find nearby points in spherical space.
libs/pointops/functions/query.py:25
Class
Subtraction
libs/pointops/functions/subtraction.py:7