MCPcopy Create free account

hub / github.com/Na-Z/sess / types & classes

Types & classes45 in github.com/Na-Z/sess

↓ 7 callersClassScannetDatasetConfig
scannet/model_util_scannet.py:14
↓ 7 callersClassSunrgbdDetectionVotesDataset
sunrgbd/sunrgbd_detection_dataset.py:42
↓ 5 callersClassPointnetSAModuleVotes
Modified based on _PointnetSAModuleBase and PointnetSAModuleMSG with extra support for returning point indices for getting their GT votes
pointnet2/pointnet2_modules.py:166
↓ 5 callersClassScannetDetectionDataset
scannet/scannet_detection_dataset.py:30
↓ 5 callersClassSunrgbdDatasetConfig
sunrgbd/model_util_sunrgbd.py:14
↓ 3 callersClassAPCalculator
Calculating Average Precision
models/ap_helper.py:370
↓ 3 callersClasssunrgbd_object
Load and parse object data
sunrgbd/sunrgbd_data.py:31
↓ 2 callersClassBNMomentumScheduler
pointnet2/pytorch_utils.py:271
↓ 2 callersClassBatchNorm1d
pointnet2/pytorch_utils.py:49
↓ 2 callersClassPointnet2Backbone
r""" Backbone network for point cloud feature learning. Based on Pointnet++ single-scale grouping network. Parameters
models/backbone_module.py:21
↓ 2 callersClassPointnetFPModule
r"""Propigates the features of one set to another Parameters ---------- mlp : list Pointnet module parameters bn : bool
pointnet2/pointnet2_modules.py:358
↓ 2 callersClassProposalModule
models/proposal_module.py:49
↓ 2 callersClassVotingModule
models/voting_module.py:16
↓ 1 callersClassConv2d
pointnet2/pytorch_utils.py:157
↓ 1 callersClassPointnetSAModuleMSG
r"""Pointnet set abstrction layer with multiscale grouping Parameters ---------- npoint : int Number of features radii : list
pointnet2/pointnet2_modules.py:80
↓ 1 callersClassSUNObject3d
sunrgbd/sunrgbd_utils.py:41
↓ 1 callersClassScannetLabedledTwoStreamDataset
scannet/scannet_twostream_dataset.py:25
↓ 1 callersClassScannetUnlabedledTwoStreamDataset
scannet/scannet_twostream_dataset.py:188
↓ 1 callersClassSunrgbdLabedledTwoStreamDataset
sunrgbd/sunrgbd_twostream_dataset.py:24
↓ 1 callersClassSunrgbdUnlabedledTwoStreamDataset
sunrgbd/sunrgbd_twostream_dataset.py:184
↓ 1 callersClassVoteNet
r""" A deep neural network for 3D object detection with end-to-end optimizable hough voting. Parameters ---------- nu
models/votenet.py:26
ClassBallQuery
pointnet2/pointnet2_utils.py:258
ClassBatchNorm2d
pointnet2/pytorch_utils.py:55
ClassBatchNorm3d
pointnet2/pytorch_utils.py:61
ClassConv1d
pointnet2/pytorch_utils.py:123
ClassConv3d
pointnet2/pytorch_utils.py:191
ClassFC
pointnet2/pytorch_utils.py:225
ClassFurthestPointSampling
pointnet2/pointnet2_utils.py:51
ClassGatherOperation
pointnet2/pointnet2_utils.py:81
ClassGroupAll
r""" Groups all features Parameters ---------
pointnet2/pointnet2_utils.py:375
ClassGroupingOperation
pointnet2/pointnet2_utils.py:207
ClassLogger
utils/tf_logger.py:15
ClassPointnetLFPModuleMSG
Modified based on _PointnetSAModuleBase and PointnetSAModuleMSG learnable feature propagation layer.
pointnet2/pointnet2_modules.py:420
ClassPointnetSAModule
r"""Pointnet set abstrction layer Parameters ---------- npoint : int Number of features radius : float Radius of ball
pointnet2/pointnet2_modules.py:129
ClassPointnetSAModuleMSGVotes
Modified based on _PointnetSAModuleBase and PointnetSAModuleMSG with extra support for returning point indices for getting their GT votes
pointnet2/pointnet2_modules.py:276
ClassQueryAndGroup
r""" Groups with a ball query of radius Parameters --------- radius : float32 Radius of ball nsample : int32 Maxi
pointnet2/pointnet2_utils.py:290
ClassRandomDropout
pointnet2/pointnet2_utils.py:40
ClassSUNRGBD_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
ClassSharedMLP
pointnet2/pytorch_utils.py:11
ClassThreeInterpolate
pointnet2/pointnet2_utils.py:150
ClassThreeNN
pointnet2/pointnet2_utils.py:118
ClassVisualizer
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