Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Na-Z/sess
/ types & classes
Types & classes
45 in github.com/Na-Z/sess
⨍
Functions
289
◇
Types & classes
45
↓ 7 callers
Class
ScannetDatasetConfig
scannet/model_util_scannet.py:14
↓ 7 callers
Class
SunrgbdDetectionVotesDataset
sunrgbd/sunrgbd_detection_dataset.py:42
↓ 5 callers
Class
PointnetSAModuleVotes
Modified based on _PointnetSAModuleBase and PointnetSAModuleMSG with extra support for returning point indices for getting their GT votes
pointnet2/pointnet2_modules.py:166
↓ 5 callers
Class
ScannetDetectionDataset
scannet/scannet_detection_dataset.py:30
↓ 5 callers
Class
SunrgbdDatasetConfig
sunrgbd/model_util_sunrgbd.py:14
↓ 3 callers
Class
APCalculator
Calculating Average Precision
models/ap_helper.py:370
↓ 3 callers
Class
sunrgbd_object
Load and parse object data
sunrgbd/sunrgbd_data.py:31
↓ 2 callers
Class
BNMomentumScheduler
pointnet2/pytorch_utils.py:271
↓ 2 callers
Class
BatchNorm1d
pointnet2/pytorch_utils.py:49
↓ 2 callers
Class
Pointnet2Backbone
r""" Backbone network for point cloud feature learning. Based on Pointnet++ single-scale grouping network. Parameters
models/backbone_module.py:21
↓ 2 callers
Class
PointnetFPModule
r"""Propigates the features of one set to another Parameters ---------- mlp : list Pointnet module parameters bn : bool
pointnet2/pointnet2_modules.py:358
↓ 2 callers
Class
ProposalModule
models/proposal_module.py:49
↓ 2 callers
Class
VotingModule
models/voting_module.py:16
↓ 1 callers
Class
Conv2d
pointnet2/pytorch_utils.py:157
↓ 1 callers
Class
PointnetSAModuleMSG
r"""Pointnet set abstrction layer with multiscale grouping Parameters ---------- npoint : int Number of features radii : list
pointnet2/pointnet2_modules.py:80
↓ 1 callers
Class
SUNObject3d
sunrgbd/sunrgbd_utils.py:41
↓ 1 callers
Class
ScannetLabedledTwoStreamDataset
scannet/scannet_twostream_dataset.py:25
↓ 1 callers
Class
ScannetUnlabedledTwoStreamDataset
scannet/scannet_twostream_dataset.py:188
↓ 1 callers
Class
SunrgbdLabedledTwoStreamDataset
sunrgbd/sunrgbd_twostream_dataset.py:24
↓ 1 callers
Class
SunrgbdUnlabedledTwoStreamDataset
sunrgbd/sunrgbd_twostream_dataset.py:184
↓ 1 callers
Class
VoteNet
r""" A deep neural network for 3D object detection with end-to-end optimizable hough voting. Parameters ---------- nu
models/votenet.py:26
Class
BallQuery
pointnet2/pointnet2_utils.py:258
Class
BatchNorm2d
pointnet2/pytorch_utils.py:55
Class
BatchNorm3d
pointnet2/pytorch_utils.py:61
Class
Conv1d
pointnet2/pytorch_utils.py:123
Class
Conv3d
pointnet2/pytorch_utils.py:191
Class
FC
pointnet2/pytorch_utils.py:225
Class
FurthestPointSampling
pointnet2/pointnet2_utils.py:51
Class
GatherOperation
pointnet2/pointnet2_utils.py:81
Class
GroupAll
r""" Groups all features Parameters ---------
pointnet2/pointnet2_utils.py:375
Class
GroupingOperation
pointnet2/pointnet2_utils.py:207
Class
Logger
utils/tf_logger.py:15
Class
PointnetLFPModuleMSG
Modified based on _PointnetSAModuleBase and PointnetSAModuleMSG learnable feature propagation layer.
pointnet2/pointnet2_modules.py:420
Class
PointnetSAModule
r"""Pointnet set abstrction layer Parameters ---------- npoint : int Number of features radius : float Radius of ball
pointnet2/pointnet2_modules.py:129
Class
PointnetSAModuleMSGVotes
Modified based on _PointnetSAModuleBase and PointnetSAModuleMSG with extra support for returning point indices for getting their GT votes
pointnet2/pointnet2_modules.py:276
Class
QueryAndGroup
r""" Groups with a ball query of radius Parameters --------- radius : float32 Radius of ball nsample : int32 Maxi
pointnet2/pointnet2_utils.py:290
Class
RandomDropout
pointnet2/pointnet2_utils.py:40
Class
SUNRGBD_Calibration
Calibration matrices and utils We define five coordinate system in SUN RGBD dataset camera coodinate: Z is forward, Y is
sunrgbd/sunrgbd_utils.py:61
Class
SharedMLP
pointnet2/pytorch_utils.py:11
Class
ThreeInterpolate
pointnet2/pointnet2_utils.py:150
Class
ThreeNN
pointnet2/pointnet2_utils.py:118
Class
Visualizer
utils/tf_visualizer.py:15
Class
_BNBase
pointnet2/pytorch_utils.py:39
Class
_ConvBase
pointnet2/pytorch_utils.py:67
Class
_PointnetSAModuleBase
pointnet2/pointnet2_modules.py:28