Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

What is the function of the image_gt_data_layer ? #74

Open
skyforwork opened this issue May 21, 2017 · 1 comment
Open

What is the function of the image_gt_data_layer ? #74

skyforwork opened this issue May 21, 2017 · 1 comment

Comments

@skyforwork
Copy link

skyforwork commented May 21, 2017

@zhaoweicai What is the function of the image_gt_data_layer ?And what does the outputs in this layer mean ?

layer {
top: "data"
top: "label_1_5x5"
top: "label_1_7x7"
top: "label_2_5x5"
top: "label_2_7x7"
top: "label_3_5x5"
top: "label_3_7x7"
top: "label_4_5x5"
name: "data"
type: "ImageGtData"
include {
phase: TRAIN
}
transform_param {
mirror: true
mean_value: 104
mean_value: 117
mean_value: 123
}
image_gt_data_param {
source: "../../../data/kitti/window_files/mscnn_window_file_kitti_vehicle_train.txt"
batch_size: 4
coord_num: 4
resize_width: 1280
resize_height: 384
crop_width: 512
crop_height: 384
min_gt_height: 25
downsample_rate: 8
downsample_rate: 8
downsample_rate: 16
downsample_rate: 16
downsample_rate: 32
downsample_rate: 32
downsample_rate: 64
field_w: 40
field_w: 56
field_w: 80
field_w: 112
field_w: 160
field_w: 224
field_w: 320
field_h: 40
field_h: 56
field_h: 80
field_h: 112
field_h: 160
field_h: 224
field_h: 320
fg_threshold: 0.5
do_multiple_scale: true
min_scale: 40
max_scale: 320
shuffle: true
}
}

@zhaoweicai
Copy link
Owner

This layer pre-processes the input images, and outputs data and label blobs for later layers. The output image data is at a single scale, and the output label data is at multiple scales for multi-scale proposal generation training.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants