Get desktop application:
View/edit binary Protocol Buffers messages
Used in:
Used in:
Configuration proto for batch norm to apply after convolution op. See https://www.tensorflow.org/api_docs/python/tf/contrib/layers/batch_norm
Used in:
Whether to train the batch norm variables. If this is set to false during training, the current value of the batch_norm variables are used for forward pass but they are never updated.
MIDN loss weight.
OICR loss weight.
FRCNN configs.
Hyperparams of all the FC layers.
OICR iterations.
OICR IoU threshold.
Config of the MIDN post processor.
Config of the OICR post processor.
Resolutions at inference time.
If true, use proba_r_given_c as oicr_score_0.
Pseudo label extractor.
Used in:
Pattern of the input files.
Cycle length of interleave call.
If True, repeat the dataset and shuffle the batch.
Shuffle buffer size.
Number of parallel calls.
Prefetch buffer size.
Batch size.
If false, do not decode image; For text classifier training.
Image resizer.
Preprocess options.
Pad to the max number of proposals to ensure static shape.
Randomly resize image according to these scales values.
Shard to read, in the format of '0/3', '1/3', '2/3'. The denominator denotes the number of shards. The numerator denotes the shard to export.
Used in:
(message has no fields)
Used in:
Positive number of steps for which to evaluate model. if `None`, evaluate util `input_fn` raises an end-of-input exception.
Start evaluating after waiting for this many seconds.
Do not re-evaluate unless the last evaluation was started at least this many seconds ago.
Used in:
Used in:
FRCNN configs.
Used in:
Feature extractor config.
Whether to update batch_norm inplace during training. This is required for batch norm to work correctly on TPUs. When this is false, user must add a control dependency on tf.GraphKeys.UPDATE_OPS for train/loss op in order to update the batch norm moving average parameters.
Output size (width and height are set to be the same) of the initial bilinear interpolation based cropping during ROI pooling.
Kernel size of the max pool op on the cropped feature map during ROI pooling.
Stride of the max pool op on the cropped feature map during ROI pooling.
Keep probability of the dropout layer.
If true, add a dropout layer after extracting feature map.
Path to the pre-trained checkpoint.
Used in:
Type of Faster R-CNN model (e.g., 'faster_rcnn_resnet101'; See builders/model_builder.py for expected types).
Output stride of extracted RPN feature map.
Whether to update batch norm parameters during training or not. When training with a relative large batch size (e.g. 8), it could be desirable to enable batch norm update.
Used in:
Desired height of image in pixels.
Desired width of image in pixels.
Used in:
(message has no fields)
Used in:
(message has no fields)
Used in:
Used in:
Variable scope that the multiplier is applied.
A float number denoting the multiplier.
Used in: ,
Configuration proto for the convolution op hyperparameters. See tensorflow/models/research/object_detection/protos/hyperparams.proto for details.
Used in:
Regularizer for the weights of the convolution op.
Initializer for the weights of the convolution op.
BatchNorm hyperparameters. If this parameter is NOT set then BatchNorm is not applied!
Whether depthwise convolutions should be regularized. If this parameter is NOT set then the conv hyperparams will default to the parent scope.
Type of activation to apply after convolution.
Used in:
Use None (no activation)
Use tf.nn.relu
Use tf.nn.relu6
Operations affected by hyperparameters.
Used in:
Convolution, Separable Convolution, Convolution transpose.
Fully connected
Used in:
Proto with one-of field for initializers.
Used in:
Used in:
Desired size of the smaller image dimension in pixels.
Configuration proto for L1 Regularizer. See https://www.tensorflow.org/api_docs/python/tf/contrib/layers/l1_regularizer
Used in:
Configuration proto for L2 Regularizer. See https://www.tensorflow.org/api_docs/python/tf/contrib/layers/l2_regularizer
Used in:
Used in:
Used in:
Decay the learning rate every `decay_steps`.
Decay rate.
If true, decay the learning rate at discrete intervals.
Used in:
(message has no fields)
Used in:
Used in:
Train reader.
Eval reader.
Model config.
Path to the model directory.
Train config.
Eval config
Used in:
Score thresh hold for NMS.
IoU threshold to check the overlap.
Maximum detections per class.
Maximum total detections.
Used in:
Random flip.
Random crop.
Random brightness.
Random contrast.
Random hue.
Random saturation.
Used in:
Configuration proto for random normal initializer. See https://www.tensorflow.org/api_docs/python/tf/random_normal_initializer
Used in:
Used in:
Desired size of the larger image dimension in pixels.
Used in:
Proto with one-of field for regularizers.
Used in:
Used in: ,
Path to the open-vocabulary file.
Path to the open-vocabulary word embedding file. This file should be loaded using `np.load`, resulting in a [vocab_size, embedding_dims] numpy array.
Path to the text classifier checkpoint file.
Number of hidden units.
Minimum score to be considered as a label.
Groundtruth extractor.
Text classifier.
Used in:
Positive number of total steps for which to train model.
Optimizer to use.
Learning rate.
Save summaries every this many steps.
Save checkpoints every this many steps.
The maximum number of recent checkpoint files to keep.
The frequency, in number of global steps, that the global step/sec and the loss will be logged during training.
Learning rate decay strategem.
If true, sync replicas using SyncReplicasOptimizer.
If set, enable to use moving average.
Gradient multipliers.
Configuration proto for truncated normal initializer. See https://www.tensorflow.org/api_docs/python/tf/truncated_normal_initializer
Used in:
Configuration proto for variance scaling initializer. See https://www.tensorflow.org/api_docs/python/tf/contrib/layers/ variance_scaling_initializer
Used in:
Used in:
Used in:
Path to the open-vocabulary file.
Path to the open-vocabulary word embedding file. This file should be loaded using `np.load`, resulting in a [vocab_size, embedding_dims] numpy array.