Get desktop application:
View/edit binary Protocol Buffers messages
Used in:
Configuration message for the AdamOptimizer See: https://www.tensorflow.org/api_docs/python/tf/train/AdamOptimizer
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.
Used in:
Used in: ,
Used in:
Configuration message for a constant learning rate.
Used in:
Used in: ,
Used in:
Used in:
Used in:
(message has no fields)
Message for configuring DetectionModel evaluation jobs (eval.py).
Used in:
Number of visualization images to generate.
Number of examples to process of evaluation.
How often to run evaluation.
Maximum number of times to run evaluation. If set to 0, will run forever.
Whether the TensorFlow graph used for evaluation should be saved to disk.
Path to directory to store visualizations in. If empty, visualization images are not exported (only shown on Tensorboard).
BNS name of the TensorFlow master.
Type of metrics to use for evaluation. Currently supports only Pascal VOC detection metrics.
Path to export detections to COCO compatible JSON format.
Option to not read groundtruth labels and only export detections to COCO-compatible JSON file.
Use exponential moving averages of variables for evaluation. TODO: When this is false make sure the model is constructed without moving averages in restore_fn.
Whether to evaluate instance masks.
Whether to evaluate with lexicon
data preprocessing steps
Configuration message for an exponentially decaying learning rate. See https://www.tensorflow.org/versions/master/api_docs/python/train/ \ decaying_the_learning_rate#exponential_decay
Used in:
An externally defined input reader. Users may define an extension to this proto to interface their own input readers.
Used in:
(message has no fields)
Used in:
Used in:
Configuration proto for the convolution op hyperparameters to use in the object detection pipeline.
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!
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:
(message has no fields)
Proto with one-of field for initializers.
Used in: , ,
Used in:
Path to StringIntLabelMap pbtxt file specifying the mapping from string labels to integer ids.
Whether data should be processed in the order they are read in, or shuffled randomly.
Maximum number of records to keep in reader queue.
Minimum number of records to keep in reader queue. A large value is needed to generate a good random shuffle.
The number of times a data source is read. If set to zero, the data source will be reused indefinitely.
Number of reader instances to create.
Whether to load groundtruth instance masks.
Configuration proto for L1 Regularizer. See https://www.tensorflow.org/api_docs/python/tf/contrib/layers/l1_regularizer
Used in:
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:
Configuration message for optimizer learning rate.
Used in: , , , ,
Used in: ,
Used in:
Configuration message for a manually defined learning rate schedule.
Used in:
Used in:
Used in:
Configuration message for the MomentumOptimizer See: https://www.tensorflow.org/api_docs/python/tf/train/MomentumOptimizer
Used in:
Used in:
Used in:
Used in:
Top level optimizer message.
Used in:
Used in:
Used in:
Used in: ,
Configuration message for the RMSPropOptimizer See: https://www.tensorflow.org/api_docs/python/tf/train/RMSPropOptimizer
Used in:
Used in:
Used in:
Used in:
Used in:
Used in:
Used in:
Used in:
Proto with one-of field for regularizers.
Used in: , ,
Used in:
Used in:
Used in:
Used in:
Used in:
Used in:
Used in:
Used in: , ,
Used in:
Used in:
image size for the localization network
rectified image size
Used in:
Used in:
Used in:
The mean to subtract from each channel. Should be of same dimension of channels in the input image.
An input reader that reads TF Example protos from local TFRecord files.
Used in:
Path to TFRecordFile.
Message for configuring DetectionModel training jobs (train.py).
Used in:
Input queue batch size.
Data augmentation options.
Whether to synchronize replicas during training.
How frequently to keep checkpoints.
Optimizer used to train the DetectionModel.
If greater than 0, clips gradients by this value.
Checkpoint to restore variables from. Typically used to load feature extractor variables trained outside of object detection.
Specifies if the finetune checkpoint is from an object detection model. If from an object detection model, the model being trained should have the same parameters with the exception of the num_classes parameter. If false, it assumes the checkpoint was a object classification model.
Number of steps to train the DetectionModel for. If 0, will train the model indefinitely.
Number of training steps between replica startup. This flag must be set to 0 if sync_replicas is set to true.
If greater than 0, multiplies the gradient of bias variables by this amount.
Variables that should not be updated during training.
Number of replicas to aggregate before making parameter updates.
Maximum number of elements to store within a queue.
Number of threads to use for batching.
Maximum capacity of the queue used to prefetch assembled batches.
Save checkpoint every n seconds
save summaries every n steps
Convenience message for configuring a training and eval pipeline. Allows all of the pipeline parameters to be configured from one file.
Configuration proto for truncated normal initializer. See https://www.tensorflow.org/api_docs/python/tf/truncated_normal_initializer
Used in:
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: