MCPcopy Create free account

hub / github.com/chenfengxu714/SqueezeSegV3 / types & classes

Types & classes32 in github.com/chenfengxu714/SqueezeSegV3

↓ 10 callersClassAverageMeter
Computes and stores the average and current value
src/common/avgmeter.py:4
↓ 7 callersClassSemLaserScan
Class that contains LaserScan with x,y,z,r,sem_label,sem_color_label,inst_label,inst_color_label
src/common/laserscan.py:170
↓ 5 callersClassoneHot
src/common/onehot.py:8
↓ 3 callersClassSegmentator
src/tasks/semantic/modules/segmentator.py:11
↓ 3 callersClassSemanticKitti
src/tasks/semantic/dataset/kitti/parser.py:19
↓ 3 callersClassiouEval
src/tasks/semantic/modules/ioueval.py:12
↓ 2 callersClassKNN
src/tasks/semantic/postproc/KNN.py:36
↓ 2 callersClassLaserScan
Class that contains LaserScan with x,y,z,r
src/common/laserscan.py:6
↓ 2 callersClassUser
src/tasks/semantic/modules/user.py:23
↓ 2 callersClassborderMask
src/tasks/semantic/postproc/borderMask.py:92
↓ 1 callersClassCRF
src/tasks/semantic/postproc/CRF.py:78
↓ 1 callersClassCallbackContext
src/common/sync_batchnorm/replicate.py:23
↓ 1 callersClassDataParallelWithCallback
Data Parallel with a replication callback. An replication callback `__data_parallel_replicate__` of each module will be invoked after being crea
src/common/sync_batchnorm/replicate.py:50
↓ 1 callersClassFutureResult
A thread-safe future implementation. Used only as one-to-one pipe.
src/common/sync_batchnorm/comm.py:18
↓ 1 callersClassLaserScanVis
Class that creates and handles a visualizer for a pointcloud
src/common/laserscanvis.py:11
↓ 1 callersClassLocallyConnectedXYZLayer
src/tasks/semantic/postproc/CRF.py:12
↓ 1 callersClassLogger
src/common/logger.py:12
↓ 1 callersClassSlavePipe
Pipe for master-slave communication.
src/common/sync_batchnorm/comm.py:47
↓ 1 callersClassSyncMaster
An abstract `SyncMaster` object. - During the replication, as the data parallel will trigger an callback of each module, all slave devices should
src/common/sync_batchnorm/comm.py:57
↓ 1 callersClassTrainer
src/tasks/semantic/modules/trainer.py:29
↓ 1 callersClassbiouEval
src/tasks/semantic/modules/ioueval.py:85
↓ 1 callersClasswarmupLR
Warmup learning rate scheduler. Initially, increases the learning rate from 0 to the final value, in a certain number of steps. After thi
src/common/warmupLR.py:6
ClassBackbone
Class for DarknetSeg. Subclasses PyTorch's own "nn" module
src/backbones/SAC.py:54
ClassBasicBlock
src/tasks/semantic/decoders/SAC.py:9
ClassDecoder
Class for DarknetSeg. Subclasses PyTorch's own "nn" module
src/tasks/semantic/decoders/SAC.py:38
ClassParser
src/tasks/semantic/dataset/kitti/parser.py:213
ClassSACBlock
src/backbones/SAC.py:10
ClassSynchronizedBatchNorm1d
r"""Applies Synchronized Batch Normalization over a 2d or 3d input that is seen as a mini-batch. .. math:: y = \frac{x - mean[x]}{ \sqrt{V
src/common/sync_batchnorm/batchnorm.py:137
ClassSynchronizedBatchNorm2d
r"""Applies Batch Normalization over a 4d input that is seen as a mini-batch of 3d inputs .. math:: y = \frac{x - mean[x]}{ \sqrt{Var[x] +
src/common/sync_batchnorm/batchnorm.py:200
ClassSynchronizedBatchNorm3d
r"""Applies Batch Normalization over a 5d input that is seen as a mini-batch of 4d inputs .. math:: y = \frac{x - mean[x]}{ \sqrt{Var[x] +
src/common/sync_batchnorm/batchnorm.py:263
ClassUser
src/tasks/semantic/modules/demo_user.py:24
Class_SynchronizedBatchNorm
src/common/sync_batchnorm/batchnorm.py:41