Get desktop application:
View/edit binary Protocol Buffers messages
Configuration message for the AdamOptimizer See: https://www.tensorflow.org/api_docs/python/tf/train/AdamOptimizer
Used in:
Used in:
Used in:
Used in:
Classification loss using a sigmoid function over the class prediction with the highest prediction score.
Used in:
Interpolation weight between 0 and 1.
Whether hard boot strapping should be used or not. If true, will only use one class favored by model. Othewise, will use all predicted class probabilities.
DEPRECATED, do not use. Output loss per anchor.
Configuration proto for the box coder to be used in the object detection pipeline. See core/box_coder.py for details.
Used in:
Used in:
3D zyx (DHW) size
Configuration for class prediction loss function.
Used in:
Used in:
Used in:
Used in:
,Used in:
Configuration for intersection-over-union (IOU) similarity calculator.
Used in:
Used in:
must in range (0, 1)
Used in:
Used in:
Used in:
Configuation for hard example miner.
Used in:
Maximum number of hard examples to be selected per image (prior to enforcing max negative to positive ratio constraint). If set to 0, all examples obtained after NMS are considered.
Minimum intersection over union for an example to be discarded during NMS.
Maximum number of negatives to retain for each positive anchor. If num_negatives_per_positive is 0 no prespecified negative:positive ratio is enforced.
Minimum number of negative anchors to sample for a given image. Setting this to a positive number samples negatives in an image without any positive anchors and thus not bias the model towards having at least one detection per image.
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:
Used in:
deprecated
deprecated
Used in:
support KittiDataset and NuScenesDataset
Used in:
this will enable group sample and noise
gt boxes contains less than this will be ignored.
Used in:
, ,Used in:
Configuration for bounding box localization loss function.
Used in:
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:
Localization loss to use.
Classification loss to use.
If not left to default, applies hard example mining.
Classification loss weight.
Localization loss weight.
Used in:
must in range (0, 1)
Configuration message for the MomentumOptimizer See: https://www.tensorflow.org/api_docs/python/tf/train/MomentumOptimizer
Used in:
Used in:
Configuration for intersection-over-union (IOU) similarity calculator.
Used in:
(message has no fields)
Used in:
(message has no fields)
Used in:
Top level optimizer message.
Used in:
i.e. AdamW
Configuration message for the RMSPropOptimizer See: https://www.tensorflow.org/api_docs/python/tf/train/RMSPropOptimizer
Used in:
Configuration proto for region similarity calculators. See core/region_similarity_calculator.py for details.
Used in:
Configuration for intersection-over-union (IOU) similarity calculator.
Used in:
(message has no fields)
Used in:
Sigmoid Focal cross entropy loss as described in https://arxiv.org/abs/1708.02002
Used in:
DEPRECATED, do not use.
modulating factor for the loss.
alpha weighting factor for the loss.
Sigmoid Focal cross entropy loss as described in https://arxiv.org/abs/1708.02002
Used in:
DEPRECATED, do not use.
modulating factor for the loss.
alpha weighting factor for the loss.
Used in:
this will override setting in ClassSettings if provide.
this will override setting in ClassSettings if provide.
this will override setting in ClassSettings if provide.
this will override setting in ClassSettings if provide.
Used in:
Convenience message for configuring a training and eval pipeline. Allows all of the pipeline parameters to be configured from one file.
Used in:
Used in:
deprecated in future
Used in:
Used in:
Used in:
Used in:
Used in:
DEPRECATED, do not use. Output loss per anchor.
L2 location loss: 0.5 * ||weight * (a - b)|| ^ 2
Used in:
DEPRECATED, do not use. Output loss per anchor.
Classification loss using a sigmoid function over class predictions.
Used in:
DEPRECATED, do not use. Output loss per anchor.
SmoothL1 (Huber) location loss: .5 * x ^ 2 if |x| < 1 else |x| - .5
Used in:
DEPRECATED, do not use. Output loss per anchor.
Classification loss using a softmax function over class predictions.
Used in:
DEPRECATED, do not use. Output loss per anchor.
Scale logit (input) value before calculating softmax classification loss. Typically used for softmax distillation.