Get desktop application:
View/edit binary Protocol Buffers messages
Used in: LayerParameter
optional string activation = 1
Used in: LayerParameter
optional int32 kernel_size = 1
optional int32 stride = 2
Used in: LayerParameter
optional double epsilon = 1
optional int32 axis = 2
optional bool center = 3
optional bool scale = 4
optional float momentum = 5
Used in: LayerParameter
Used in: LayerParameter
repeated int32 shape = 1
optional bool use_bias = 2
optional int32 stride = 5
Used in: ListDataForLearning
optional string category = 5
optional int32 id = 1
optional double timestamp = 2
repeated double features_for_learning = 3
repeated string string_features_for_learning = 7
repeated double labels = 4
optional int32 lane_sequence_id = 6
Used in: ListDataForTuning
optional string category = 1
optional int32 id = 2
optional double timestamp = 3
repeated double values_for_tuning = 4
repeated double real_cost_value = 5
optional int32 lane_sequence_id = 6
Used in: LayerParameter
optional int32 units = 1
optional string activation = 2
optional bool use_bias = 3
Used in: Features, ObstacleHistory, PredictionObstacle
optional int32 id = 1
optional common.Point3D front_position = 27
optional double velocity_heading = 5
optional double speed = 6
optional double acc = 7
optional double theta = 8
optional double length = 9
optional double width = 10
optional double height = 11
optional double tracking_time = 12
optional double timestamp = 13
optional Lane lane = 14
optional JunctionFeature junction_feature = 26
optional double t_velocity_heading = 18
optional double t_speed = 19
optional common.Point3D t_acceleration = 20
optional double t_acc = 21
optional bool is_still = 22
optional double label_update_time_delta = 24
optional bool is_near_junction = 29
repeated common.TrajectoryPoint short_term_predicted_trajectory_points = 32
repeated Trajectory predicted_trajectory = 33
repeated string surrounding_lane_id = 35
repeated string within_lane_id = 36
Used in: LayerParameter
(message has no fields)
optional int32 dim_input = 1
optional Vector samples_mean = 2
optional Vector samples_std = 3
optional int32 num_layer = 4
repeated Layer layer = 5
optional int32 dim_output = 6
Used in: ListFrameEnv
optional double timestamp = 1
repeated ObstacleHistory obstacles_history = 3
Used in: LayerParameter
repeated int32 input_shape = 1
optional string dtype = 2
optional bool sparse = 3
Used in: PredictionObstacles
Used in: Intent
UNKNOWN = 0
STOP = 1
CRUISE = 2
CHANGE_LANE = 3
Used in: JunctionFeature
optional string exit_lane_id = 1
optional double exit_heading = 3
optional double exit_width = 4
Used in: Feature
optional string junction_id = 1
optional double junction_range = 2
optional LaneFeature enter_lane = 3
repeated JunctionExit junction_exit = 4
repeated double junction_mlp_feature = 5
repeated int32 junction_mlp_label = 6
repeated double junction_mlp_probability = 7
repeated string start_lane_id = 8
Used in: LayerParameter
optional int32 units = 1
optional bool return_sequences = 2
optional bool stateful = 3
optional string activation = 4
optional string recurrent_activation = 5
optional bool use_bias = 6
optional bool unit_forget_bias = 7
optional bool go_backwards = 8
optional bool unroll = 9
optional int32 implementation = 10
optional TensorParameter recurrent_weights_input = 25
optional TensorParameter recurrent_weights_forget = 26
optional TensorParameter recurrent_weights_cell = 27
optional TensorParameter recurrent_weights_output = 28
Used in: Feature
Used in: JunctionFeature, Lane
optional string lane_id = 1
optional uint32 lane_turn_type = 2
optional double lane_s = 3
optional double lane_l = 4
optional double angle_diff = 5
optional double dist_to_left_boundary = 6
optional double dist_to_right_boundary = 7
optional double lane_heading = 8
Used in: Lane
optional int32 obstacle_id = 1
optional string lane_id = 2
optional double lane_s = 3
optional double lane_l = 4
Used in: LaneSegment, LaneSequence
optional double heading = 2
optional double width = 3
optional double relative_s = 4
optional double relative_l = 5
optional double angle_diff = 6
optional double kappa = 7
optional double speed_limit = 9
Used in: LanePoint
URBAN_ROAD = 0
JUNCTION = 1
HIGHWAY = 2
Used in: LaneSequence
optional string lane_id = 1
optional double start_s = 2
optional double end_s = 3
optional uint32 lane_turn_type = 4
repeated LanePoint lane_point = 5
optional double adc_s = 7
optional int32 adc_lane_point_idx = 8
optional double total_length = 6
Used in: LaneGraph
optional int32 lane_sequence_id = 1
repeated LaneSegment lane_segment = 2
optional int32 adc_lane_segment_idx = 23
optional double lane_s = 17
optional double lane_l = 18
optional bool vehicle_on_lane = 10
repeated NearbyObstacle nearby_obstacle = 3
optional StopSign stop_sign = 20
optional int32 right_of_way = 21
optional int32 label = 5
optional double probability = 6
optional double acceleration = 7
optional double time_to_lane_center = 16
optional double time_to_lane_edge = 19
repeated LanePoint curr_lane_point = 11
repeated LanePoint left_neighbor_point = 12
repeated LanePoint right_neighbor_point = 13
repeated NearbyObstacle left_nearby_obstacle = 14
repeated NearbyObstacle right_nearby_obstacle = 15
Used in: LaneSequence
NOT_GOTO_LANE = 1
CONSTANT_SPEED = 2
SMALL_ACCELERATION = 3
LARGE_ACCELERATION = 4
SMALL_DECELERATION = 5
LARGE_DECELERATION = 6
Used in: LaneSequence
repeated double mlp_features = 1
Used in: FnnVehicleModel
optional int32 layer_input_dim = 1
optional int32 layer_output_dim = 2
optional Matrix layer_input_weight = 3
optional Vector layer_bias = 4
Used in: Layer
RELU = 0
TANH = 1
SIGMOID = 2
SOFTMAX = 3
Used in: NetParameter
optional string type = 1
optional string name = 2
optional int32 order_number = 3
oneof oneof_layers
Used in: Layer
Used in: LayerParameter
optional int32 kernel_size = 1
optional int32 stride = 2
Used in: LaneSequence
optional int32 id = 1
optional double s = 2
optional double l = 3
optional int32 id = 1
optional string name = 2
optional Performance performance = 5
optional float time_dumped = 6
Used in: PredictionConf, PredictionResult
Used in: ObstacleConf
MLP_EVALUATOR = 0
RNN_EVALUATOR = 1
COST_EVALUATOR = 2
CRUISE_MLP_EVALUATOR = 3
JUNCTION_MLP_EVALUATOR = 4
CYCLIST_KEEP_LANE_EVALUATOR = 5
LANE_SCANNING_EVALUATOR = 6
PEDESTRIAN_INTERACTION_EVALUATOR = 7
JUNCTION_MAP_EVALUATOR = 8
LANE_AGGREGATING_EVALUATOR = 9
SEMANTIC_LSTM_EVALUATOR = 10
Used in: ObstacleConf
ON_LANE = 0
OFF_LANE = 1
STATIONARY = 3
MOVING = 4
IN_JUNCTION = 5
Used in: ObstacleConf
LANE_SEQUENCE_PREDICTOR = 0
FREE_MOVE_PREDICTOR = 1
REGIONAL_PREDICTOR = 2
MOVE_SEQUENCE_PREDICTOR = 3
EMPTY_PREDICTOR = 4
SINGLE_LANE_PREDICTOR = 5
JUNCTION_PREDICTOR = 6
EXTRAPOLATION_PREDICTOR = 7
INTERACTION_PREDICTOR = 8
Used in: FrameEnv
repeated Feature feature = 1
optional bool is_trainable = 2
Used in: planning.PredictionObstacleFeature, PredictionObstacle
Used in: ObstacleIntent
UNKNOWN = 0
STOP = 1
STATIONARY = 2
MOVING = 3
CHANGE_LANE = 4
LOW_ACCELERATION = 5
HIGH_ACCELERATION = 6
LOW_DECELERATION = 7
HIGH_DECELERATION = 8
Used in: dreamview.Object, planning.PredictionObstacleFeature, Feature, PredictionObstacle
Used in: ObstacleConf, ObstaclePriority
CAUTION = 1
NORMAL = 2
IGNORE = 3
Used in: NetParameter
repeated float accuracy = 1
repeated float recall = 2
repeated float precision = 3
Used in: PredictionObstacles
optional double timestamp = 2
optional double predicted_period = 3
repeated Trajectory trajectory = 4
optional bool is_static = 7
repeated Feature feature = 8
optional common.ErrorCode perception_error_code = 3
optional double start_timestamp = 4
optional double end_timestamp = 5
optional Intent intent = 6
optional Scenario scenario = 7
Used in: PredictionTrajectoryPoint
required double x = 1
required double y = 2
optional double velocity_heading = 3
Used in: ListPredictionResult
optional int32 id = 1
optional double timestamp = 2
repeated Trajectory trajectory = 3
optional ObstacleConf obstacle_conf = 4
optional Scenario scenario = 5
Used in: Feature
required double timestamp = 2
Used in: PredictionObstacles, PredictionResult
optional string junction_id = 2
Used in: Scenario
UNKNOWN = 0
CRUISE = 1000
CRUISE_URBAN = 1001
CRUISE_HIGHWAY = 1002
JUNCTION = 2000
JUNCTION_TRAFFIC_LIGHT = 2001
JUNCTION_STOP_SIGN = 2002
Used in: LaneSequence
optional string stop_sign_id = 1
optional string lane_id = 2
optional double lane_s = 3
optional double lane_sequence_s = 4
Used in: BatchNormalizationParameter, Conv1dParameter, DenseParameter, LSTMParameter, VerificationSample
repeated float data = 1
repeated int32 shape = 2
Used in: PredictionConf
optional string adccontainer_topic_name = 1
optional string container_topic_name = 2
optional string evaluator_topic_name = 3
optional string localization_topic = 4
optional string perception_obstacle_topic = 5
optional string perception_obstacles_topic_name = 6
optional string planning_trajectory_topic = 7
optional string prediction_topic = 8
optional string storytelling_topic = 9
Used in: Feature, PredictionObstacle, PredictionResult
optional double probability = 1
Used in: FnnVehicleModel, Layer, Matrix
repeated double columns = 1
Used in: NetParameter
optional float probability = 2
optional float distance = 3