random_seed: 42 yolov4_config { big_anchor_shape: "[(78.49, 163.27), (166.13, 90.33), (284.21, 178.07)]" mid_anchor_shape: "[(56.80, 35.81), (37.52, 81.37), (97.51, 53.92)]" small_anchor_shape: "[(17.84, 14.97), (34.02, 23.51), (18.88, 44.02)]" box_matching_iou: 0.25 matching_neutral_box_iou: 0.5 arch: "resnet" nlayers: 50 arch_conv_blocks: 2 loss_loc_weight: 1.0 loss_neg_obj_weights: 1.0 loss_class_weights: 1.0 label_smoothing: 0.0 big_grid_xy_extend: 0.05 mid_grid_xy_extend: 0.1 small_grid_xy_extend: 0.2 freeze_bn: false freeze_blocks: 0 force_relu: false } training_config { batch_size_per_gpu: 2 num_epochs: 500 enable_qat: false checkpoint_interval: 2 learning_rate { soft_start_cosine_annealing_schedule { min_learning_rate: 1e-7 max_learning_rate: 1e-4 soft_start: 0.3 } } regularizer { type: L1 weight: 3e-5 } optimizer { adam { epsilon: 1e-7 beta1: 0.9 beta2: 0.999 amsgrad: false } } pretrain_model_path: "/workspace/tao-experiments/data/pretrained_object_detection_vresnet50/resnet_50.hdf5" } eval_config { average_precision_mode: SAMPLE batch_size: 16 matching_iou_threshold: 0.5 } nms_config { confidence_threshold: 0.001 clustering_iou_threshold: 0.5 top_k: 200 } augmentation_config { hue: 0.1 saturation: 1.5 exposure:1.5 vertical_flip:0 horizontal_flip: 0.5 jitter: 0.3 output_width: 1248 output_height: 384 output_channel: 3 randomize_input_shape_period: 100 mosaic_prob: 0.5 mosaic_min_ratio:0.2 image_mean { key: 'b' value: 103.9 } image_mean { key: 'g' value: 116.8 } image_mean { key: 'r' value: 123.7 } } dataset_config { data_sources: { label_directory_path: "/workspace/tao-experiments/data/kitti/training/label_2" image_directory_path: "/workspace/tao-experiments/data/kitti/training/image_2" } include_difficult_in_training: true target_class_mapping { key: "car" value: "car" } target_class_mapping { key: "pedestrian" value: "pedestrian" } target_class_mapping { key: "cyclist" value: "cyclist" } target_class_mapping { key: "van" value: "car" } target_class_mapping { key: "person_sitting" value: "pedestrian" } validation_data_sources: { label_directory_path: "/workspace/tao-experiments/data/kitti/val/label" image_directory_path: "/workspace/tao-experiments/data/kitti/val/image" } }