package second.protos

Mouse Melon logoGet desktop application:
View/edit binary Protocol Buffers messages

message AdamOptimizer

optimizer.proto:40

Configuration message for the AdamOptimizer See: https://www.tensorflow.org/api_docs/python/tf/train/AdamOptimizer

Used in: Optimizer

message AnchorGeneratorRange

anchors.proto:13

Used in: ClassSetting

message AnchorGeneratorStride

anchors.proto:5

Used in: ClassSetting

message BevBoxCoder

box_coder.proto:19

Used in: BoxCoder

message BootstrappedSigmoidClassificationLoss

losses.proto:119

Classification loss using a sigmoid function over the class prediction with the highest prediction score.

Used in: ClassificationLoss

message BoxCoder

box_coder.proto:7

Configuration proto for the box coder to be used in the object detection pipeline. See core/box_coder.py for details.

Used in: VoxelNet

message ClassSetting

target.proto:7

Used in: TargetAssigner

message ClassificationLoss

losses.proto:64

Configuration for class prediction loss function.

Used in: Loss

message DBFilterByDifficulty

preprocess.proto:12

Used in: DatabasePreprocessingStep

message DBFilterByMinNumPointInGroundTruth

preprocess.proto:16

Used in: DatabasePreprocessingStep

message DatabasePreprocessingStep

preprocess.proto:5

Used in: InputReader.Preprocess, Sampler

message DetectionModel

model.proto:5

Used in: TrainEvalPipelineConfig

message DistanceSimilarity

similarity.proto:24

Configuration for intersection-over-union (IOU) similarity calculator.

Used in: RegionSimilarityCalculator

message ExponentialDecay

optimizer.proto:86

Used in: LearningRate

message GHMClassificationLoss

losses.proto:102

Used in: ClassificationLoss

message GroundBox3dCoder

box_coder.proto:14

Used in: BoxCoder

message Group

sampler.proto:6

Used in: Sampler

message HardExampleMiner

losses.proto:134

Configuation for hard example miner.

Used in: Loss

enum HardExampleMiner.LossType

losses.proto:146

Whether to use classification losses ('cls', default), localization losses ('loc') or both losses ('both'). In the case of 'both', cls_loss_weight and loc_loss_weight are used to compute weighted sum of the two losses.

Used in: HardExampleMiner

message InputReader

input_reader.proto:7

Used in: TrainEvalPipelineConfig

message InputReader.Dataset

input_reader.proto:9

Used in: InputReader

message InputReader.Preprocess

input_reader.proto:15

Used in: InputReader

message LearningRate

optimizer.proto:46

Used in: AdamOptimizer, MomentumOptimizer, RMSPropOptimizer

message LearningRatePhase

optimizer.proto:55

Used in: MultiPhase

message LocalizationLoss

losses.proto:27

Configuration for bounding box localization loss function.

Used in: Loss

message Loss

losses.proto:8

Message for configuring the localization loss, classification loss and hard example miner used for training object detection models. See core/losses.py for details

Used in: VoxelNet

message ManualStepping

optimizer.proto:103

Used in: LearningRate

message MomentumOptimizer

optimizer.proto:32

Configuration message for the MomentumOptimizer See: https://www.tensorflow.org/api_docs/python/tf/train/MomentumOptimizer

Used in: Optimizer

message MultiPhase

optimizer.proto:61

Used in: LearningRate

message NearestIouSimilarity

similarity.proto:20

Configuration for intersection-over-union (IOU) similarity calculator.

Used in: RegionSimilarityCalculator

(message has no fields)

message NoAnchor

anchors.proto:20

Used in: ClassSetting

(message has no fields)

message OneCycle

optimizer.proto:65

Used in: LearningRate

message Optimizer

optimizer.proto:9

Top level optimizer message.

Used in: TrainConfig

message RMSPropOptimizer

optimizer.proto:22

Configuration message for the RMSPropOptimizer See: https://www.tensorflow.org/api_docs/python/tf/train/RMSPropOptimizer

Used in: Optimizer

message RegionSimilarityCalculator

similarity.proto:7

Configuration proto for region similarity calculators. See core/region_similarity_calculator.py for details.

Used in: ClassSetting

message RotateIouSimilarity

similarity.proto:16

Configuration for intersection-over-union (IOU) similarity calculator.

Used in: RegionSimilarityCalculator

(message has no fields)

message Sampler

sampler.proto:10

Used in: InputReader.Preprocess

message SigmoidFocalClassificationLoss

losses.proto:84

Sigmoid Focal cross entropy loss as described in https://arxiv.org/abs/1708.02002

Used in: ClassificationLoss

message SoftmaxFocalClassificationLoss

losses.proto:94

Sigmoid Focal cross entropy loss as described in https://arxiv.org/abs/1708.02002

Used in: ClassificationLoss

message TargetAssigner

target.proto:26

Used in: VoxelNet

message TrainConfig

train.proto:8

Used in: TrainEvalPipelineConfig

message TrainEvalPipelineConfig

pipeline.proto:10

Convenience message for configuring a training and eval pipeline. Allows all of the pipeline parameters to be configured from one file.

message VoxelGenerator

voxel_generator.proto:5

Used in: VoxelNet

message VoxelNet

second.proto:9

Used in: DetectionModel

enum VoxelNet.LossNormType

second.proto:49

Used in: VoxelNet

message VoxelNet.MiddleFeatureExtractor

second.proto:19

Used in: VoxelNet

message VoxelNet.RPN

second.proto:27

Used in: VoxelNet

message VoxelNet.VoxelFeatureExtractor

second.proto:12

Used in: VoxelNet

message WeightedGHMLocalizationLoss

losses.proto:52

Used in: LocalizationLoss

message WeightedL2LocalizationLoss

losses.proto:37

L2 location loss: 0.5 * ||weight * (a - b)|| ^ 2

Used in: LocalizationLoss

message WeightedSigmoidClassificationLoss

losses.proto:76

Classification loss using a sigmoid function over class predictions.

Used in: ClassificationLoss

message WeightedSmoothL1LocalizationLoss

losses.proto:45

SmoothL1 (Huber) location loss: .5 * x ^ 2 if |x| < 1 else |x| - .5

Used in: LocalizationLoss

message WeightedSoftmaxClassificationLoss

losses.proto:108

Classification loss using a softmax function over class predictions.

Used in: ClassificationLoss