MhLiao / TextBoxes_plusplus

TextBoxes++: A Single-Shot Oriented Scene Text Detector
Other
953 stars 279 forks source link

It is not changed by parameter in config.lua! #44

Open Caroline1994 opened 6 years ago

Caroline1994 commented 6 years ago

I change this: trainBatchSize = 1, -- origin 64 valBatchSize = 1, -- origin 256 maxIterations = 200, --origin 2000000 However, I still have the same error at the same place when running demo.py(Check failed: error == cudaSuccess (2 vs. 0) out of memory) The log is also same. How can I change the parameter in order to solve the OOM of GPU(Ubuntu16.04 4G memory of GPU)? This is the log:

WARNING: Logging before InitGoogleLogging() is written to STDERR W0407 18:39:39.171597 7609 _caffe.cpp:123] DEPRECATION WARNING - deprecated use of Python interface W0407 18:39:39.171630 7609 _caffe.cpp:124] Use this instead (with the named "weights" parameter): W0407 18:39:39.171634 7609 _caffe.cpp:126] Net('./models/deploy.prototxt', 1, weights='./models/model_icdar15.caffemodel') I0407 18:39:39.174464 7609 upgrade_proto.cpp:67] Attempting to upgrade input file specified using deprecated input fields: ./models/deploy.prototxt I0407 18:39:39.174485 7609 upgrade_proto.cpp:70] Successfully upgraded file specified using deprecated input fields. W0407 18:39:39.174489 7609 upgrade_proto.cpp:72] Note that future Caffe releases will only support input layers and not input fields. I0407 18:39:39.174955 7609 net.cpp:58] Initializing net from parameters: name: "VGG_text_text_polygon_ic15_fix_order_384x384_deploy" state { phase: TEST level: 0 } layer { name: "input" type: "Input" top: "data" input_param { shape { dim: 1 dim: 3 dim: 768 dim: 768 } } } layer { name: "conv1_1" type: "Convolution" bottom: "data" top: "conv1_1" param { lr_mult: 0 decay_mult: 0 } param { lr_mult: 0 decay_mult: 0 } convolution_param { num_output: 64 pad: 1 kernel_size: 3 weight_filler { type: "xavier" } bias_filler { type: "constant" value: 0 } } } layer { name: "relu1_1" type: "ReLU" bottom: "conv1_1" top: "conv1_1" } layer { name: "conv1_2" type: "Convolution" bottom: "conv1_1" top: "conv1_2" param { lr_mult: 0 decay_mult: 0 } param { lr_mult: 0 decay_mult: 0 } convolution_param { num_output: 64 pad: 1 kernel_size: 3 weight_filler { type: "xavier" } bias_filler { type: "constant" value: 0 } } } layer { name: "relu1_2" type: "ReLU" bottom: "conv1_2" top: "conv1_2" } layer { name: "pool1" type: "Pooling" bottom: "conv1_2" top: "pool1" pooling_param { pool: MAX kernel_size: 2 stride: 2 } } layer { name: "conv2_1" type: "Convolution" bottom: "pool1" top: "conv2_1" param { lr_mult: 0 decay_mult: 0 } param { lr_mult: 0 decay_mult: 0 } convolution_param { num_output: 128 pad: 1 kernel_size: 3 weight_filler { type: "xavier" } bias_filler { type: "constant" value: 0 } } } layer { name: "relu2_1" type: "ReLU" bottom: "conv2_1" top: "conv2_1" } layer { name: "conv2_2" type: "Convolution" bottom: "conv2_1" top: "conv2_2" param { lr_mult: 0 decay_mult: 0 } param { lr_mult: 0 decay_mult: 0 } convolution_param { num_output: 128 pad: 1 kernel_size: 3 weight_filler { type: "xavier" } bias_filler { type: "constant" value: 0 } } } layer { name: "relu2_2" type: "ReLU" bottom: "conv2_2" top: "conv2_2" } layer { name: "pool2" type: "Pooling" bottom: "conv2_2" top: "pool2" pooling_param { pool: MAX kernel_size: 2 stride: 2 } } layer { name: "conv3_1" type: "Convolution" bottom: "pool2" top: "conv3_1" param { lr_mult: 1 decay_mult: 1 } param { lr_mult: 2 decay_mult: 0 } convolution_param { num_output: 256 pad: 1 kernel_size: 3 weight_filler { type: "xavier" } bias_filler { type: "constant" value: 0 } } } layer { name: "relu3_1" type: "ReLU" bottom: "conv3_1" top: "conv3_1" } layer { name: "conv3_2" type: "Convolution" bottom: "conv3_1" top: "conv3_2" param { lr_mult: 1 decay_mult: 1 } param { lr_mult: 2 decay_mult: 0 } convolution_param { num_output: 256 pad: 1 kernel_size: 3 weight_filler { type: "xavier" } bias_filler { type: "constant" value: 0 } } } layer { name: "relu3_2" type: "ReLU" bottom: "conv3_2" top: "conv3_2" } layer { name: "conv3_3" type: "Convolution" bottom: "conv3_2" top: "conv3_3" param { lr_mult: 1 decay_mult: 1 } param { lr_mult: 2 decay_mult: 0 } convolution_param { num_output: 256 pad: 1 kernel_size: 3 weight_filler { type: "xavier" } bias_filler { type: "constant" value: 0 } } } layer { name: "relu3_3" type: "ReLU" bottom: "conv3_3" top: "conv3_3" } layer { name: "pool3" type: "Pooling" bottom: "conv3_3" top: "pool3" pooling_param { pool: MAX kernel_size: 2 stride: 2 } } layer { name: "conv4_1" type: "Convolution" bottom: "pool3" top: "conv4_1" param { lr_mult: 1 decay_mult: 1 } param { lr_mult: 2 decay_mult: 0 } convolution_param { num_output: 512 pad: 1 kernel_size: 3 weight_filler { type: "xavier" } bias_filler { type: "constant" value: 0 } } } layer { name: "relu4_1" type: "ReLU" bottom: "conv4_1" top: "conv4_1" } layer { name: "conv4_2" type: "Convolution" bottom: "conv4_1" top: "conv4_2" param { lr_mult: 1 decay_mult: 1 } param { lr_mult: 2 decay_mult: 0 } convolution_param { num_output: 512 pad: 1 kernel_size: 3 weight_filler { type: "xavier" } bias_filler { type: "constant" value: 0 } } } layer { name: "relu4_2" type: "ReLU" bottom: "conv4_2" top: "conv4_2" } layer { name: "conv4_3" type: "Convolution" bottom: "conv4_2" top: "conv4_3" param { lr_mult: 1 decay_mult: 1 } param { lr_mult: 2 decay_mult: 0 } convolution_param { num_output: 512 pad: 1 kernel_size: 3 weight_filler { type: "xavier" } bias_filler { type: "constant" value: 0 } } } layer { name: "relu4_3" type: "ReLU" bottom: "conv4_3" top: "conv4_3" } layer { name: "pool4" type: "Pooling" bottom: "conv4_3" top: "pool4" pooling_param { pool: MAX kernel_size: 2 stride: 2 } } layer { name: "conv5_1" type: "Convolution" bottom: "pool4" top: "conv5_1" param { lr_mult: 1 decay_mult: 1 } param { lr_mult: 2 decay_mult: 0 } convolution_param { num_output: 512 pad: 1 kernel_size: 3 weight_filler { type: "xavier" } bias_filler { type: "constant" value: 0 } dilation: 1 } } layer { name: "relu5_1" type: "ReLU" bottom: "conv5_1" top: "conv5_1" } layer { name: "conv5_2" type: "Convolution" bottom: "conv5_1" top: "conv5_2" param { lr_mult: 1 decay_mult: 1 } param { lr_mult: 2 decay_mult: 0 } convolution_param { num_output: 512 pad: 1 kernel_size: 3 weight_filler { type: "xavier" } bias_filler { type: "constant" value: 0 } dilation: 1 } } layer { name: "relu5_2" type: "ReLU" bottom: "conv5_2" top: "conv5_2" } layer { name: "conv5_3" type: "Convolution" bottom: "conv5_2" top: "conv5_3" param { lr_mult: 1 decay_mult: 1 } param { lr_mult: 2 decay_mult: 0 } convolution_param { num_output: 512 pad: 1 kernel_size: 3 weight_filler { type: "xavier" } bias_filler { type: "constant" value: 0 } dilation: 1 } } layer { name: "relu5_3" type: "ReLU" bottom: "conv5_3" top: "conv5_3" } layer { name: "pool5" type: "Pooling" bottom: "conv5_3" top: "pool5" pooling_param { pool: MAX kernel_size: 3 stride: 1 pad: 1 } } layer { name: "fc6" type: "Convolution" bottom: "pool5" top: "fc6" param { lr_mult: 1 decay_mult: 1 } param { lr_mult: 2 decay_mult: 0 } convolution_param { num_output: 1024 pad: 6 kernel_size: 3 weight_filler { type: "xavier" } bias_filler { type: "constant" value: 0 } dilation: 6 } } layer { name: "relu6" type: "ReLU" bottom: "fc6" top: "fc6" } layer { name: "fc7" type: "Convolution" bottom: "fc6" top: "fc7" param { lr_mult: 1 decay_mult: 1 } param { lr_mult: 2 decay_mult: 0 } convolution_param { num_output: 1024 kernel_size: 1 weight_filler { type: "xavier" } bias_filler { type: "constant" value: 0 } } } layer { name: "relu7" type: "ReLU" bottom: "fc7" top: "fc7" } layer { name: "conv6_1" type: "Convolution" bottom: "fc7" top: "conv6_1" param { lr_mult: 1 decay_mult: 1 } param { lr_mult: 2 decay_mult: 0 } convolution_param { num_output: 256 pad: 0 kernel_size: 1 stride: 1 weight_filler { type: "xavier" } bias_filler { type: "constant" value: 0 } } } layer { name: "conv6_1_relu" type: "ReLU" bottom: "conv6_1" top: "conv6_1" } layer { name: "conv6_2" type: "Convolution" bottom: "conv6_1" top: "conv6_2" param { lr_mult: 1 decay_mult: 1 } param { lr_mult: 2 decay_mult: 0 } convolution_param { num_output: 512 pad: 1 kernel_size: 3 stride: 2 weight_filler { type: "xavier" } bias_filler { type: "constant" value: 0 } } } layer { name: "conv6_2_relu" type: "ReLU" bottom: "conv6_2" top: "conv6_2" } layer { name: "conv7_1" type: "Convolution" bottom: "conv6_2" top: "conv7_1" param { lr_mult: 1 decay_mult: 1 } param { lr_mult: 2 decay_mult: 0 } convolution_param { num_output: 128 pad: 0 kernel_size: 1 stride: 1 weight_filler { type: "xavier" } bias_filler { type: "constant" value: 0 } } } layer { name: "conv7_1_relu" type: "ReLU" bottom: "conv7_1" top: "conv7_1" } layer { name: "conv7_2" type: "Convolution" bottom: "conv7_1" top: "conv7_2" param { lr_mult: 1 decay_mult: 1 } param { lr_mult: 2 decay_mult: 0 } convolution_param { num_output: 256 pad: 1 kernel_size: 3 stride: 2 weight_filler { type: "xavier" } bias_filler { type: "constant" value: 0 } } } layer { name: "conv7_2_relu" type: "ReLU" bottom: "conv7_2" top: "conv7_2" } layer { name: "conv8_1" type: "Convolution" bottom: "conv7_2" top: "conv8_1" param { lr_mult: 1 decay_mult: 1 } param { lr_mult: 2 decay_mult: 0 } convolution_param { num_output: 128 pad: 0 kernel_size: 1 stride: 1 weight_filler { type: "xavier" } bias_filler { type: "constant" value: 0 } } } layer { name: "conv8_1_relu" type: "ReLU" bottom: "conv8_1" top: "conv8_1" } layer { name: "conv8_2" type: "Convolution" bottom: "conv8_1" top: "conv8_2" param { lr_mult: 1 decay_mult: 1 } param { lr_mult: 2 decay_mult: 0 } convolution_param { num_output: 256 pad: 0 kernel_size: 3 stride: 1 weight_filler { type: "xavier" } bias_filler { type: "constant" value: 0 } } } layer { name: "conv8_2_relu" type: "ReLU" bottom: "conv8_2" top: "conv8_2" } layer { name: "conv9_1" type: "Convolution" bottom: "conv8_2" top: "conv9_1" param { lr_mult: 1 decay_mult: 1 } param { lr_mult: 2 decay_mult: 0 } convolution_param { num_output: 128 pad: 0 kernel_size: 1 stride: 1 weight_filler { type: "xavier" } bias_filler { type: "constant" value: 0 } } } layer { name: "conv9_1_relu" type: "ReLU" bottom: "conv9_1" top: "conv9_1" } layer { name: "conv9_2" type: "Convolution" bottom: "conv9_1" top: "conv9_2" param { lr_mult: 1 decay_mult: 1 } param { lr_mult: 2 decay_mult: 0 } convolution_param { num_output: 256 pad: 0 kernel_size: 3 stride: 1 weight_filler { type: "xavier" } bias_filler { type: "constant" value: 0 } } } layer { name: "conv9_2_relu" type: "ReLU" bottom: "conv9_2" top: "conv9_2" } layer { name: "conv4_3_norm" type: "Normalize" bottom: "conv4_3" top: "conv4_3_norm" norm_param { across_spatial: false scale_filler { type: "constant" value: 20 } channel_shared: false } } layer { name: "conv4_3_norm_mbox_loc" type: "Convolution" bottom: "conv4_3_norm" top: "conv4_3_norm_mbox_loc" param { lr_mult: 1 decay_mult: 1 } param { lr_mult: 2 decay_mult: 0 } convolution_param { num_output: 240 weight_filler { type: "xavier" } bias_filler { type: "constant" value: 0 } pad_h: 1 pad_w: 2 kernel_h: 3 kernel_w: 5 stride_h: 1 stride_w: 1 } } layer { name: "conv4_3_norm_mbox_loc_perm" type: "Permute" bottom: "conv4_3_norm_mbox_loc" top: "conv4_3_norm_mbox_loc_perm" permute_param { order: 0 order: 2 order: 3 order: 1 } } layer { name: "conv4_3_norm_mbox_loc_flat" type: "Flatten" bottom: "conv4_3_norm_mbox_loc_perm" top: "conv4_3_norm_mbox_loc_flat" flatten_param { axis: 1 } } layer { name: "conv4_3_norm_mbox_conf" type: "Convolution" bottom: "conv4_3_norm" top: "conv4_3_norm_mbox_conf" param { lr_mult: 1 decay_mult: 1 } param { lr_mult: 2 decay_mult: 0 } convolution_param { num_output: 40 weight_filler { type: "xavier" } bias_filler { type: "constant" value: 0 } pad_h: 1 pad_w: 2 kernel_h: 3 kernel_w: 5 stride_h: 1 stride_w: 1 } } layer { name: "conv4_3_norm_mbox_conf_perm" type: "Permute" bottom: "conv4_3_norm_mbox_conf" top: "conv4_3_norm_mbox_conf_perm" permute_param { order: 0 order: 2 order: 3 order: 1 } } layer { name: "conv4_3_norm_mbox_conf_flat" type: "Flatten" bottom: "conv4_3_norm_mbox_conf_perm" top: "conv4_3_norm_mbox_conf_flat" flatten_param { axis: 1 } } layer { name: "conv4_3_norm_mbox_priorbox" type: "PriorBox" bottom: "conv4_3_norm" bottom: "data" top: "conv4_3_norm_mbox_priorbox" prior_box_param { min_size: 30 max_size: 60 aspect_ratio: 2 aspect_ratio: 3 aspect_ratio: 4 aspect_ratio: 5 flip: true clip: false variance: 0.1 variance: 0.1 variance: 0.2 variance: 0.2 step: 8 offset: 0.5 denser_prior_boxes: true } } layer { name: "fc7_mbox_loc" type: "Convolution" bottom: "fc7" top: "fc7_mbox_loc" param { lr_mult: 1 decay_mult: 1 } param { lr_mult: 2 decay_mult: 0 } convolution_param { num_output: 240 weight_filler { type: "xavier" } bias_filler { type: "constant" value: 0 } pad_h: 1 pad_w: 2 kernel_h: 3 kernel_w: 5 stride_h: 1 stride_w: 1 } } layer { name: "fc7_mbox_loc_perm" type: "Permute" bottom: "fc7_mbox_loc" top: "fc7_mbox_loc_perm" permute_param { order: 0 order: 2 order: 3 order: 1 } } layer { name: "fc7_mbox_loc_flat" type: "Flatten" bottom: "fc7_mbox_loc_perm" top: "fc7_mbox_loc_flat" flatten_param { axis: 1 } } layer { name: "fc7_mbox_conf" type: "Convolution" bottom: "fc7" top: "fc7_mbox_conf" param { lr_mult: 1 decay_mult: 1 } param { lr_mult: 2 decay_mult: 0 } convolution_param { num_output: 40 weight_filler { type: "xavier" } bias_filler { type: "constant" value: 0 } pad_h: 1 pad_w: 2 kernel_h: 3 kernel_w: 5 stride_h: 1 stride_w: 1 } } layer { name: "fc7_mbox_conf_perm" type: "Permute" bottom: "fc7_mbox_conf" top: "fc7_mbox_conf_perm" permute_param { order: 0 order: 2 order: 3 order: 1 } } layer { name: "fc7_mbox_conf_flat" type: "Flatten" bottom: "fc7_mbox_conf_perm" top: "fc7_mbox_conf_flat" flatten_param { axis: 1 } } layer { name: "fc7_mbox_priorbox" type: "PriorBox" bottom: "fc7" bottom: "data" top: "fc7_mbox_priorbox" prior_box_param { min_size: 30 max_size: 90 aspect_ratio: 2 aspect_ratio: 3 aspect_ratio: 4 aspect_ratio: 5 flip: true clip: false variance: 0.1 variance: 0.1 variance: 0.2 variance: 0.2 step: 16 offset: 0.5 denser_prior_boxes: true } } layer { name: "conv6_2_mbox_loc" type: "Convolution" bottom: "conv6_2" top: "conv6_2_mbox_loc" param { lr_mult: 1 decay_mult: 1 } param { lr_mult: 2 decay_mult: 0 } convolution_param { num_output: 240 weight_filler { type: "xavier" } bias_filler { type: "constant" value: 0 } pad_h: 1 pad_w: 2 kernel_h: 3 kernel_w: 5 stride_h: 1 stride_w: 1 } } layer { name: "conv6_2_mbox_loc_perm" type: "Permute" bottom: "conv6_2_mbox_loc" top: "conv6_2_mbox_loc_perm" permute_param { order: 0 order: 2 order: 3 order: 1 } } layer { name: "conv6_2_mbox_loc_flat" type: "Flatten" bottom: "conv6_2_mbox_loc_perm" top: "conv6_2_mbox_loc_flat" flatten_param { axis: 1 } } layer { name: "conv6_2_mbox_conf" type: "Convolution" bottom: "conv6_2" top: "conv6_2_mbox_conf" param { lr_mult: 1 decay_mult: 1 } param { lr_mult: 2 decay_mult: 0 } convolution_param { num_output: 40 weight_filler { type: "xavier" } bias_filler { type: "constant" value: 0 } pad_h: 1 pad_w: 2 kernel_h: 3 kernel_w: 5 stride_h: 1 stride_w: 1 } } layer { name: "conv6_2_mbox_conf_perm" type: "Permute" bottom: "conv6_2_mbox_conf" top: "conv6_2_mbox_conf_perm" permute_param { order: 0 order: 2 order: 3 order: 1 } } layer { name: "conv6_2_mbox_conf_flat" type: "Flatten" bottom: "conv6_2_mbox_conf_perm" top: "conv6_2_mbox_conf_flat" flatten_param { axis: 1 } } layer { name: "conv6_2_mbox_priorbox" type: "PriorBox" bottom: "conv6_2" bottom: "data" top: "conv6_2_mbox_priorbox" prior_box_param { min_size: 90 max_size: 150 aspect_ratio: 2 aspect_ratio: 3 aspect_ratio: 4 aspect_ratio: 5 flip: true clip: false variance: 0.1 variance: 0.1 variance: 0.2 variance: 0.2 step: 32 offset: 0.5 denser_prior_boxes: true } } layer { name: "conv7_2_mbox_loc" type: "Convolution" bottom: "conv7_2" top: "conv7_2_mbox_loc" param { lr_mult: 1 decay_mult: 1 } param { lr_mult: 2 decay_mult: 0 } convolution_param { num_output: 240 weight_filler { type: "xavier" } bias_filler { type: "constant" value: 0 } pad_h: 1 pad_w: 2 kernel_h: 3 kernel_w: 5 stride_h: 1 stride_w: 1 } } layer { name: "conv7_2_mbox_loc_perm" type: "Permute" bottom: "conv7_2_mbox_loc" top: "conv7_2_mbox_loc_perm" permute_param { order: 0 order: 2 order: 3 order: 1 } } layer { name: "conv7_2_mbox_loc_flat" type: "Flatten" bottom: "conv7_2_mbox_loc_perm" top: "conv7_2_mbox_loc_flat" flatten_param { axis: 1 } } layer { name: "conv7_2_mbox_conf" type: "Convolution" bottom: "conv7_2" top: "conv7_2_mbox_conf" param { lr_mult: 1 decay_mult: 1 } param { lr_mult: 2 decay_mult: 0 } convolution_param { num_output: 40 weight_filler { type: "xavier" } bias_filler { type: "constant" value: 0 } pad_h: 1 pad_w: 2 kernel_h: 3 kernel_w: 5 stride_h: 1 stride_w: 1 } } layer { name: "conv7_2_mbox_conf_perm" type: "Permute" bottom: "conv7_2_mbox_conf" top: "conv7_2_mbox_conf_perm" permute_param { order: 0 order: 2 order: 3 order: 1 } } layer { name: "conv7_2_mbox_conf_flat" type: "Flatten" bottom: "conv7_2_mbox_conf_perm" top: "conv7_2_mbox_conf_flat" flatten_param { axis: 1 } } layer { name: "conv7_2_mbox_priorbox" type: "PriorBox" bottom: "conv7_2" bottom: "data" top: "conv7_2_mbox_priorbox" prior_box_param { min_size: 150 max_size: 210 aspect_ratio: 2 aspect_ratio: 3 aspect_ratio: 4 aspect_ratio: 5 flip: true clip: false variance: 0.1 variance: 0.1 variance: 0.2 variance: 0.2 step: 64 offset: 0.5 denser_prior_boxes: true } } layer { name: "conv8_2_mbox_loc" type: "Convolution" bottom: "conv8_2" top: "conv8_2_mbox_loc" param { lr_mult: 1 decay_mult: 1 } param { lr_mult: 2 decay_mult: 0 } convolution_param { num_output: 240 weight_filler { type: "xavier" } bias_filler { type: "constant" value: 0 } pad_h: 1 pad_w: 2 kernel_h: 3 kernel_w: 5 stride_h: 1 stride_w: 1 } } layer { name: "conv8_2_mbox_loc_perm" type: "Permute" bottom: "conv8_2_mbox_loc" top: "conv8_2_mbox_loc_perm" permute_param { order: 0 order: 2 order: 3 order: 1 } } layer { name: "conv8_2_mbox_loc_flat" type: "Flatten" bottom: "conv8_2_mbox_loc_perm" top: "conv8_2_mbox_loc_flat" flatten_param { axis: 1 } } layer { name: "conv8_2_mbox_conf" type: "Convolution" bottom: "conv8_2" top: "conv8_2_mbox_conf" param { lr_mult: 1 decay_mult: 1 } param { lr_mult: 2 decay_mult: 0 } convolution_param { num_output: 40 weight_filler { type: "xavier" } bias_filler { type: "constant" value: 0 } pad_h: 1 pad_w: 2 kernel_h: 3 kernel_w: 5 stride_h: 1 stride_w: 1 } } layer { name: "conv8_2_mbox_conf_perm" type: "Permute" bottom: "conv8_2_mbox_conf" top: "conv8_2_mbox_conf_perm" permute_param { order: 0 order: 2 order: 3 order: 1 } } layer { name: "conv8_2_mbox_conf_flat" type: "Flatten" bottom: "conv8_2_mbox_conf_perm" top: "conv8_2_mbox_conf_flat" flatten_param { axis: 1 } } layer { name: "conv8_2_mbox_priorbox" type: "PriorBox" bottom: "conv8_2" bottom: "data" top: "conv8_2_mbox_priorbox" prior_box_param { min_size: 210 max_size: 270 aspect_ratio: 2 aspect_ratio: 3 aspect_ratio: 4 aspect_ratio: 5 flip: true clip: false variance: 0.1 variance: 0.1 variance: 0.2 variance: 0.2 step: 100 offset: 0.5 denser_prior_boxes: true } } layer { name: "conv9_2_mbox_loc" type: "Convolution" bottom: "conv9_2" top: "conv9_2_mbox_loc" param { lr_mult: 1 decay_mult: 1 } param { lr_mult: 2 decay_mult: 0 } convolution_param { num_output: 240 weight_filler { type: "xavier" } bias_filler { type: "constant" value: 0 } pad_h: 1 pad_w: 2 kernel_h: 3 kernel_w: 5 stride_h: 1 stride_w: 1 } } layer { name: "conv9_2_mbox_loc_perm" type: "Permute" bottom: "conv9_2_mbox_loc" top: "conv9_2_mbox_loc_perm" permute_param { order: 0 order: 2 order: 3 order: 1 } } layer { name: "conv9_2_mbox_loc_flat" type: "Flatten" bottom: "conv9_2_mbox_loc_perm" top: "conv9_2_mbox_loc_flat" flatten_param { axis: 1 } } layer { name: "conv9_2_mbox_conf" type: "Convolution" bottom: "conv9_2" top: "conv9_2_mbox_conf" param { lr_mult: 1 decay_mult: 1 } param { lr_mult: 2 decay_mult: 0 } convolution_param { num_output: 40 weight_filler { type: "xavier" } bias_filler { type: "constant" value: 0 } pad_h: 1 pad_w: 2 kernel_h: 3 kernel_w: 5 stride_h: 1 stride_w: 1 } } layer { name: "conv9_2_mbox_conf_perm" type: "Permute" bottom: "conv9_2_mbox_conf" top: "conv9_2_mbox_conf_perm" permute_param { order: 0 order: 2 order: 3 order: 1 } } layer { name: "conv9_2_mbox_conf_flat" type: "Flatten" bottom: "conv9_2_mbox_conf_perm" top: "conv9_2_mbox_conf_flat" flatten_param { axis: 1 } } layer { name: "conv9_2_mbox_priorbox" type: "PriorBox" bottom: "conv9_2" bottom: "data" top: "conv9_2_mbox_priorbox" prior_box_param { min_size: 270 max_size: 330 aspect_ratio: 2 aspect_ratio: 3 aspect_ratio: 4 aspect_ratio: 5 flip: true clip: false variance: 0.1 variance: 0.1 variance: 0.2 variance: 0.2 step: 300 offset: 0.5 denser_prior_boxes: true } } layer { name: "mbox_loc" type: "Concat" bottom: "conv4_3_norm_mbox_loc_flat" bottom: "fc7_mbox_loc_flat" bottom: "conv6_2_mbox_loc_flat" bottom: "conv7_2_mbox_loc_flat" bottom: "conv8_2_mbox_loc_flat" bottom: "conv9_2_mbox_loc_flat" top: "mbox_loc" concat_param { axis: 1 } } layer { name: "mbox_conf" type: "Concat" bottom: "conv4_3_norm_mbox_conf_flat" bottom: "fc7_mbox_conf_flat" bottom: "conv6_2_mbox_conf_flat" bottom: "conv7_2_mbox_conf_flat" bottom: "conv8_2_mbox_conf_flat" bottom: "conv9_2_mbox_conf_flat" top: "mbox_conf" concat_param { axis: 1 } } layer { name: "mbox_priorbox" type: "Concat" bottom: "conv4_3_norm_mbox_priorbox" bottom: "fc7_mbox_priorbox" bottom: "conv6_2_mbox_priorbox" bottom: "conv7_2_mbox_priorbox" bottom: "conv8_2_mbox_priorbox" bottom: "conv9_2_mbox_priorbox" top: "mbox_priorbox" concat_param { axis: 2 } } layer { name: "mbox_conf_reshape" type: "Reshape" bottom: "mbox_conf" top: "mbox_conf_reshape" reshape_param { shape { dim: 0 dim: -1 dim: 2 } } } layer { name: "mbox_conf_softmax" type: "Softmax" bottom: "mbox_conf_reshape" top: "mbox_conf_softmax" softmax_param { axis: 2 } } layer { name: "mbox_conf_flatten" type: "Flatten" bottom: "mbox_conf_softmax" top: "mbox_conf_flatten" flatten_param { axis: 1 } } layer { name: "detection_out" type: "DetectionOutput" bottom: "mbox_loc" bottom: "mbox_conf_flatten" bottom: "mbox_priorbox" top: "detection_out" include { phase: TEST } detection_output_param { num_classes: 2 share_location: true background_label_id: 0 nms_param { nms_threshold: 0.45 top_k: 400 } save_output_param { output_directory: "./data/text/results/text/text_polygon_ic15_fix_order_384x384/Main" output_name_prefix: "comp4_dettest" output_format: "VOC" label_map_file: "data/text/labelmap_voc.prototxt" num_test_image: 500 } code_type: CENTER_SIZE keep_top_k: 200 confidence_threshold: 0.01 use_polygon: true } } I0407 18:39:39.175252 7609 layer_factory.hpp:77] Creating layer input I0407 18:39:39.175262 7609 net.cpp:100] Creating Layer input I0407 18:39:39.175266 7609 net.cpp:408] input -> data I0407 18:39:39.409746 7609 net.cpp:150] Setting up input I0407 18:39:39.409775 7609 net.cpp:157] Top shape: 1 3 768 768 (1769472) I0407 18:39:39.409778 7609 net.cpp:165] Memory required for data: 7077888 I0407 18:39:39.409785 7609 layer_factory.hpp:77] Creating layer data_input_0_split I0407 18:39:39.409796 7609 net.cpp:100] Creating Layer data_input_0_split I0407 18:39:39.409801 7609 net.cpp:434] data_input_0_split <- data I0407 18:39:39.409806 7609 net.cpp:408] data_input_0_split -> data_input_0_split_0 I0407 18:39:39.409814 7609 net.cpp:408] data_input_0_split -> data_input_0_split_1 I0407 18:39:39.409819 7609 net.cpp:408] data_input_0_split -> data_input_0_split_2 I0407 18:39:39.409823 7609 net.cpp:408] data_input_0_split -> data_input_0_split_3 I0407 18:39:39.409828 7609 net.cpp:408] data_input_0_split -> data_input_0_split_4 I0407 18:39:39.409832 7609 net.cpp:408] data_input_0_split -> data_input_0_split_5 I0407 18:39:39.409835 7609 net.cpp:408] data_input_0_split -> data_input_0_split_6 I0407 18:39:39.409893 7609 net.cpp:150] Setting up data_input_0_split I0407 18:39:39.409898 7609 net.cpp:157] Top shape: 1 3 768 768 (1769472) I0407 18:39:39.409901 7609 net.cpp:157] Top shape: 1 3 768 768 (1769472) I0407 18:39:39.409904 7609 net.cpp:157] Top shape: 1 3 768 768 (1769472) I0407 18:39:39.409907 7609 net.cpp:157] Top shape: 1 3 768 768 (1769472) I0407 18:39:39.409910 7609 net.cpp:157] Top shape: 1 3 768 768 (1769472) I0407 18:39:39.409914 7609 net.cpp:157] Top shape: 1 3 768 768 (1769472) I0407 18:39:39.409916 7609 net.cpp:157] Top shape: 1 3 768 768 (1769472) I0407 18:39:39.409919 7609 net.cpp:165] Memory required for data: 56623104 I0407 18:39:39.409927 7609 layer_factory.hpp:77] Creating layer conv1_1 I0407 18:39:39.409937 7609 net.cpp:100] Creating Layer conv1_1 I0407 18:39:39.409940 7609 net.cpp:434] conv1_1 <- data_input_0_split_0 I0407 18:39:39.409946 7609 net.cpp:408] conv1_1 -> conv1_1 I0407 18:39:39.411392 7609 net.cpp:150] Setting up conv1_1 I0407 18:39:39.411403 7609 net.cpp:157] Top shape: 1 64 768 768 (37748736) I0407 18:39:39.411406 7609 net.cpp:165] Memory required for data: 207618048 I0407 18:39:39.411417 7609 layer_factory.hpp:77] Creating layer relu1_1 I0407 18:39:39.411422 7609 net.cpp:100] Creating Layer relu1_1 I0407 18:39:39.411424 7609 net.cpp:434] relu1_1 <- conv1_1 I0407 18:39:39.411428 7609 net.cpp:395] relu1_1 -> conv1_1 (in-place) I0407 18:39:39.411434 7609 net.cpp:150] Setting up relu1_1 I0407 18:39:39.411437 7609 net.cpp:157] Top shape: 1 64 768 768 (37748736) I0407 18:39:39.411440 7609 net.cpp:165] Memory required for data: 358612992 I0407 18:39:39.411442 7609 layer_factory.hpp:77] Creating layer conv1_2 I0407 18:39:39.411450 7609 net.cpp:100] Creating Layer conv1_2 I0407 18:39:39.411453 7609 net.cpp:434] conv1_2 <- conv1_1 I0407 18:39:39.411458 7609 net.cpp:408] conv1_2 -> conv1_2 I0407 18:39:39.412824 7609 net.cpp:150] Setting up conv1_2 I0407 18:39:39.412837 7609 net.cpp:157] Top shape: 1 64 768 768 (37748736) I0407 18:39:39.412840 7609 net.cpp:165] Memory required for data: 509607936 I0407 18:39:39.412848 7609 layer_factory.hpp:77] Creating layer relu1_2 I0407 18:39:39.412854 7609 net.cpp:100] Creating Layer relu1_2 I0407 18:39:39.412858 7609 net.cpp:434] relu1_2 <- conv1_2 I0407 18:39:39.412863 7609 net.cpp:395] relu1_2 -> conv1_2 (in-place) I0407 18:39:39.412868 7609 net.cpp:150] Setting up relu1_2 I0407 18:39:39.412871 7609 net.cpp:157] Top shape: 1 64 768 768 (37748736) I0407 18:39:39.412873 7609 net.cpp:165] Memory required for data: 660602880 I0407 18:39:39.412876 7609 layer_factory.hpp:77] Creating layer pool1 I0407 18:39:39.412881 7609 net.cpp:100] Creating Layer pool1 I0407 18:39:39.412884 7609 net.cpp:434] pool1 <- conv1_2 I0407 18:39:39.412889 7609 net.cpp:408] pool1 -> pool1 I0407 18:39:39.412917 7609 net.cpp:150] Setting up pool1 I0407 18:39:39.412922 7609 net.cpp:157] Top shape: 1 64 384 384 (9437184) I0407 18:39:39.412925 7609 net.cpp:165] Memory required for data: 698351616 I0407 18:39:39.412927 7609 layer_factory.hpp:77] Creating layer conv2_1 I0407 18:39:39.412935 7609 net.cpp:100] Creating Layer conv2_1 I0407 18:39:39.412937 7609 net.cpp:434] conv2_1 <- pool1 I0407 18:39:39.412943 7609 net.cpp:408] conv2_1 -> conv2_1 I0407 18:39:39.413689 7609 net.cpp:150] Setting up conv2_1 I0407 18:39:39.413698 7609 net.cpp:157] Top shape: 1 128 384 384 (18874368) I0407 18:39:39.413702 7609 net.cpp:165] Memory required for data: 773849088 I0407 18:39:39.413709 7609 layer_factory.hpp:77] Creating layer relu2_1 I0407 18:39:39.413714 7609 net.cpp:100] Creating Layer relu2_1 I0407 18:39:39.413717 7609 net.cpp:434] relu2_1 <- conv2_1 I0407 18:39:39.413722 7609 net.cpp:395] relu2_1 -> conv2_1 (in-place) I0407 18:39:39.413727 7609 net.cpp:150] Setting up relu2_1 I0407 18:39:39.413730 7609 net.cpp:157] Top shape: 1 128 384 384 (18874368) I0407 18:39:39.413733 7609 net.cpp:165] Memory required for data: 849346560 I0407 18:39:39.413735 7609 layer_factory.hpp:77] Creating layer conv2_2 I0407 18:39:39.413743 7609 net.cpp:100] Creating Layer conv2_2 I0407 18:39:39.413745 7609 net.cpp:434] conv2_2 <- conv2_1 I0407 18:39:39.413749 7609 net.cpp:408] conv2_2 -> conv2_2 I0407 18:39:39.415038 7609 net.cpp:150] Setting up conv2_2 I0407 18:39:39.415050 7609 net.cpp:157] Top shape: 1 128 384 384 (18874368) I0407 18:39:39.415052 7609 net.cpp:165] Memory required for data: 924844032 I0407 18:39:39.415057 7609 layer_factory.hpp:77] Creating layer relu2_2 I0407 18:39:39.415062 7609 net.cpp:100] Creating Layer relu2_2 I0407 18:39:39.415066 7609 net.cpp:434] relu2_2 <- conv2_2 I0407 18:39:39.415069 7609 net.cpp:395] relu2_2 -> conv2_2 (in-place) I0407 18:39:39.415081 7609 net.cpp:150] Setting up relu2_2 I0407 18:39:39.415084 7609 net.cpp:157] Top shape: 1 128 384 384 (18874368) I0407 18:39:39.415086 7609 net.cpp:165] Memory required for data: 1000341504 I0407 18:39:39.415089 7609 layer_factory.hpp:77] Creating layer pool2 I0407 18:39:39.415093 7609 net.cpp:100] Creating Layer pool2 I0407 18:39:39.415096 7609 net.cpp:434] pool2 <- conv2_2 I0407 18:39:39.415100 7609 net.cpp:408] pool2 -> pool2 I0407 18:39:39.415125 7609 net.cpp:150] Setting up pool2 I0407 18:39:39.415129 7609 net.cpp:157] Top shape: 1 128 192 192 (4718592) I0407 18:39:39.415132 7609 net.cpp:165] Memory required for data: 1019215872 I0407 18:39:39.415134 7609 layer_factory.hpp:77] Creating layer conv3_1 I0407 18:39:39.415141 7609 net.cpp:100] Creating Layer conv3_1 I0407 18:39:39.415144 7609 net.cpp:434] conv3_1 <- pool2 I0407 18:39:39.415150 7609 net.cpp:408] conv3_1 -> conv3_1 I0407 18:39:39.416633 7609 net.cpp:150] Setting up conv3_1 I0407 18:39:39.416643 7609 net.cpp:157] Top shape: 1 256 192 192 (9437184) I0407 18:39:39.416646 7609 net.cpp:165] Memory required for data: 1056964608 I0407 18:39:39.416654 7609 layer_factory.hpp:77] Creating layer relu3_1 I0407 18:39:39.416659 7609 net.cpp:100] Creating Layer relu3_1 I0407 18:39:39.416662 7609 net.cpp:434] relu3_1 <- conv3_1 I0407 18:39:39.416666 7609 net.cpp:395] relu3_1 -> conv3_1 (in-place) I0407 18:39:39.416671 7609 net.cpp:150] Setting up relu3_1 I0407 18:39:39.416674 7609 net.cpp:157] Top shape: 1 256 192 192 (9437184) I0407 18:39:39.416677 7609 net.cpp:165] Memory required for data: 1094713344 I0407 18:39:39.416680 7609 layer_factory.hpp:77] Creating layer conv3_2 I0407 18:39:39.416687 7609 net.cpp:100] Creating Layer conv3_2 I0407 18:39:39.416689 7609 net.cpp:434] conv3_2 <- conv3_1 I0407 18:39:39.416694 7609 net.cpp:408] conv3_2 -> conv3_2 I0407 18:39:39.419384 7609 net.cpp:150] Setting up conv3_2 I0407 18:39:39.419397 7609 net.cpp:157] Top shape: 1 256 192 192 (9437184) I0407 18:39:39.419400 7609 net.cpp:165] Memory required for data: 1132462080 I0407 18:39:39.419404 7609 layer_factory.hpp:77] Creating layer relu3_2 I0407 18:39:39.419409 7609 net.cpp:100] Creating Layer relu3_2 I0407 18:39:39.419412 7609 net.cpp:434] relu3_2 <- conv3_2 I0407 18:39:39.419416 7609 net.cpp:395] relu3_2 -> conv3_2 (in-place) I0407 18:39:39.419421 7609 net.cpp:150] Setting up relu3_2 I0407 18:39:39.419425 7609 net.cpp:157] Top shape: 1 256 192 192 (9437184) I0407 18:39:39.419427 7609 net.cpp:165] Memory required for data: 1170210816 I0407 18:39:39.419430 7609 layer_factory.hpp:77] Creating layer conv3_3 I0407 18:39:39.419438 7609 net.cpp:100] Creating Layer conv3_3 I0407 18:39:39.419441 7609 net.cpp:434] conv3_3 <- conv3_2 I0407 18:39:39.419446 7609 net.cpp:408] conv3_3 -> conv3_3 I0407 18:39:39.422170 7609 net.cpp:150] Setting up conv3_3 I0407 18:39:39.422199 7609 net.cpp:157] Top shape: 1 256 192 192 (9437184) I0407 18:39:39.422202 7609 net.cpp:165] Memory required for data: 1207959552 I0407 18:39:39.422207 7609 layer_factory.hpp:77] Creating layer relu3_3 I0407 18:39:39.422214 7609 net.cpp:100] Creating Layer relu3_3 I0407 18:39:39.422216 7609 net.cpp:434] relu3_3 <- conv3_3 I0407 18:39:39.422221 7609 net.cpp:395] relu3_3 -> conv3_3 (in-place) I0407 18:39:39.422227 7609 net.cpp:150] Setting up relu3_3 I0407 18:39:39.422240 7609 net.cpp:157] Top shape: 1 256 192 192 (9437184) I0407 18:39:39.422243 7609 net.cpp:165] Memory required for data: 1245708288 I0407 18:39:39.422245 7609 layer_factory.hpp:77] Creating layer pool3 I0407 18:39:39.422251 7609 net.cpp:100] Creating Layer pool3 I0407 18:39:39.422255 7609 net.cpp:434] pool3 <- conv3_3 I0407 18:39:39.422258 7609 net.cpp:408] pool3 -> pool3 I0407 18:39:39.422296 7609 net.cpp:150] Setting up pool3 I0407 18:39:39.422300 7609 net.cpp:157] Top shape: 1 256 96 96 (2359296) I0407 18:39:39.422302 7609 net.cpp:165] Memory required for data: 1255145472 I0407 18:39:39.422305 7609 layer_factory.hpp:77] Creating layer conv4_1 I0407 18:39:39.422312 7609 net.cpp:100] Creating Layer conv4_1 I0407 18:39:39.422320 7609 net.cpp:434] conv4_1 <- pool3 I0407 18:39:39.422325 7609 net.cpp:408] conv4_1 -> conv4_1 I0407 18:39:39.428215 7609 net.cpp:150] Setting up conv4_1 I0407 18:39:39.428236 7609 net.cpp:157] Top shape: 1 512 96 96 (4718592) I0407 18:39:39.428239 7609 net.cpp:165] Memory required for data: 1274019840 I0407 18:39:39.428247 7609 layer_factory.hpp:77] Creating layer relu4_1 I0407 18:39:39.428256 7609 net.cpp:100] Creating Layer relu4_1 I0407 18:39:39.428259 7609 net.cpp:434] relu4_1 <- conv4_1 I0407 18:39:39.428266 7609 net.cpp:395] relu4_1 -> conv4_1 (in-place) I0407 18:39:39.428273 7609 net.cpp:150] Setting up relu4_1 I0407 18:39:39.428277 7609 net.cpp:157] Top shape: 1 512 96 96 (4718592) I0407 18:39:39.428279 7609 net.cpp:165] Memory required for data: 1292894208 I0407 18:39:39.428282 7609 layer_factory.hpp:77] Creating layer conv4_2 I0407 18:39:39.428290 7609 net.cpp:100] Creating Layer conv4_2 I0407 18:39:39.428292 7609 net.cpp:434] conv4_2 <- conv4_1 I0407 18:39:39.428297 7609 net.cpp:408] conv4_2 -> conv4_2 I0407 18:39:39.439558 7609 net.cpp:150] Setting up conv4_2 I0407 18:39:39.439590 7609 net.cpp:157] Top shape: 1 512 96 96 (4718592) I0407 18:39:39.439594 7609 net.cpp:165] Memory required for data: 1311768576 I0407 18:39:39.439606 7609 layer_factory.hpp:77] Creating layer relu4_2 I0407 18:39:39.439615 7609 net.cpp:100] Creating Layer relu4_2 I0407 18:39:39.439620 7609 net.cpp:434] relu4_2 <- conv4_2 I0407 18:39:39.439625 7609 net.cpp:395] relu4_2 -> conv4_2 (in-place) I0407 18:39:39.439632 7609 net.cpp:150] Setting up relu4_2 I0407 18:39:39.439636 7609 net.cpp:157] Top shape: 1 512 96 96 (4718592) I0407 18:39:39.439640 7609 net.cpp:165] Memory required for data: 1330642944 I0407 18:39:39.439641 7609 layer_factory.hpp:77] Creating layer conv4_3 I0407 18:39:39.439649 7609 net.cpp:100] Creating Layer conv4_3 I0407 18:39:39.439652 7609 net.cpp:434] conv4_3 <- conv4_2 I0407 18:39:39.439657 7609 net.cpp:408] conv4_3 -> conv4_3 I0407 18:39:39.451179 7609 net.cpp:150] Setting up conv4_3 I0407 18:39:39.451221 7609 net.cpp:157] Top shape: 1 512 96 96 (4718592) I0407 18:39:39.451225 7609 net.cpp:165] Memory required for data: 1349517312 I0407 18:39:39.451233 7609 layer_factory.hpp:77] Creating layer relu4_3 I0407 18:39:39.451241 7609 net.cpp:100] Creating Layer relu4_3 I0407 18:39:39.451246 7609 net.cpp:434] relu4_3 <- conv4_3 I0407 18:39:39.451261 7609 net.cpp:395] relu4_3 -> conv4_3 (in-place) I0407 18:39:39.451269 7609 net.cpp:150] Setting up relu4_3 I0407 18:39:39.451273 7609 net.cpp:157] Top shape: 1 512 96 96 (4718592) I0407 18:39:39.451275 7609 net.cpp:165] Memory required for data: 1368391680 I0407 18:39:39.451278 7609 layer_factory.hpp:77] Creating layer conv4_3_relu4_3_0_split I0407 18:39:39.451282 7609 net.cpp:100] Creating Layer conv4_3_relu4_3_0_split I0407 18:39:39.451285 7609 net.cpp:434] conv4_3_relu4_3_0_split <- conv4_3 I0407 18:39:39.451290 7609 net.cpp:408] conv4_3_relu4_3_0_split -> conv4_3_relu4_3_0_split_0 I0407 18:39:39.451295 7609 net.cpp:408] conv4_3_relu4_3_0_split -> conv4_3_relu4_3_0_split_1 I0407 18:39:39.451318 7609 net.cpp:150] Setting up conv4_3_relu4_3_0_split I0407 18:39:39.451323 7609 net.cpp:157] Top shape: 1 512 96 96 (4718592) I0407 18:39:39.451328 7609 net.cpp:157] Top shape: 1 512 96 96 (4718592) I0407 18:39:39.451330 7609 net.cpp:165] Memory required for data: 1406140416 I0407 18:39:39.451333 7609 layer_factory.hpp:77] Creating layer pool4 I0407 18:39:39.451337 7609 net.cpp:100] Creating Layer pool4 I0407 18:39:39.451340 7609 net.cpp:434] pool4 <- conv4_3_relu4_3_0_split_0 I0407 18:39:39.451344 7609 net.cpp:408] pool4 -> pool4 I0407 18:39:39.451370 7609 net.cpp:150] Setting up pool4 I0407 18:39:39.451375 7609 net.cpp:157] Top shape: 1 512 48 48 (1179648) I0407 18:39:39.451376 7609 net.cpp:165] Memory required for data: 1410859008 I0407 18:39:39.451380 7609 layer_factory.hpp:77] Creating layer conv5_1 I0407 18:39:39.451387 7609 net.cpp:100] Creating Layer conv5_1 I0407 18:39:39.451390 7609 net.cpp:434] conv5_1 <- pool4 I0407 18:39:39.451401 7609 net.cpp:408] conv5_1 -> conv5_1 I0407 18:39:39.462666 7609 net.cpp:150] Setting up conv5_1 I0407 18:39:39.462709 7609 net.cpp:157] Top shape: 1 512 48 48 (1179648) I0407 18:39:39.462714 7609 net.cpp:165] Memory required for data: 1415577600 I0407 18:39:39.462723 7609 layer_factory.hpp:77] Creating layer relu5_1 I0407 18:39:39.462730 7609 net.cpp:100] Creating Layer relu5_1 I0407 18:39:39.462744 7609 net.cpp:434] relu5_1 <- conv5_1 I0407 18:39:39.462751 7609 net.cpp:395] relu5_1 -> conv5_1 (in-place) I0407 18:39:39.462759 7609 net.cpp:150] Setting up relu5_1 I0407 18:39:39.462762 7609 net.cpp:157] Top shape: 1 512 48 48 (1179648) I0407 18:39:39.462765 7609 net.cpp:165] Memory required for data: 1420296192 I0407 18:39:39.462767 7609 layer_factory.hpp:77] Creating layer conv5_2 I0407 18:39:39.462776 7609 net.cpp:100] Creating Layer conv5_2 I0407 18:39:39.462780 7609 net.cpp:434] conv5_2 <- conv5_1 I0407 18:39:39.462785 7609 net.cpp:408] conv5_2 -> conv5_2 I0407 18:39:39.474028 7609 net.cpp:150] Setting up conv5_2 I0407 18:39:39.474061 7609 net.cpp:157] Top shape: 1 512 48 48 (1179648) I0407 18:39:39.474066 7609 net.cpp:165] Memory required for data: 1425014784 I0407 18:39:39.474073 7609 layer_factory.hpp:77] Creating layer relu5_2 I0407 18:39:39.474083 7609 net.cpp:100] Creating Layer relu5_2 I0407 18:39:39.474088 7609 net.cpp:434] relu5_2 <- conv5_2 I0407 18:39:39.474095 7609 net.cpp:395] relu5_2 -> conv5_2 (in-place) I0407 18:39:39.474103 7609 net.cpp:150] Setting up relu5_2 I0407 18:39:39.474108 7609 net.cpp:157] Top shape: 1 512 48 48 (1179648) I0407 18:39:39.474110 7609 net.cpp:165] Memory required for data: 1429733376 I0407 18:39:39.474113 7609 layer_factory.hpp:77] Creating layer conv5_3 I0407 18:39:39.474123 7609 net.cpp:100] Creating Layer conv5_3 I0407 18:39:39.474126 7609 net.cpp:434] conv5_3 <- conv5_2 I0407 18:39:39.474131 7609 net.cpp:408] conv5_3 -> conv5_3 I0407 18:39:39.485481 7609 net.cpp:150] Setting up conv5_3 I0407 18:39:39.485522 7609 net.cpp:157] Top shape: 1 512 48 48 (1179648) I0407 18:39:39.485527 7609 net.cpp:165] Memory required for data: 1434451968 I0407 18:39:39.485534 7609 layer_factory.hpp:77] Creating layer relu5_3 I0407 18:39:39.485546 7609 net.cpp:100] Creating Layer relu5_3 I0407 18:39:39.485561 7609 net.cpp:434] relu5_3 <- conv5_3 I0407 18:39:39.485568 7609 net.cpp:395] relu5_3 -> conv5_3 (in-place) I0407 18:39:39.485575 7609 net.cpp:150] Setting up relu5_3 I0407 18:39:39.485579 7609 net.cpp:157] Top shape: 1 512 48 48 (1179648) I0407 18:39:39.485581 7609 net.cpp:165] Memory required for data: 1439170560 I0407 18:39:39.485584 7609 layer_factory.hpp:77] Creating layer pool5 I0407 18:39:39.485590 7609 net.cpp:100] Creating Layer pool5 I0407 18:39:39.485594 7609 net.cpp:434] pool5 <- conv5_3 I0407 18:39:39.485599 7609 net.cpp:408] pool5 -> pool5 I0407 18:39:39.485628 7609 net.cpp:150] Setting up pool5 I0407 18:39:39.485633 7609 net.cpp:157] Top shape: 1 512 48 48 (1179648) I0407 18:39:39.485636 7609 net.cpp:165] Memory required for data: 1443889152 I0407 18:39:39.485638 7609 layer_factory.hpp:77] Creating layer fc6 I0407 18:39:39.485649 7609 net.cpp:100] Creating Layer fc6 I0407 18:39:39.485652 7609 net.cpp:434] fc6 <- pool5 I0407 18:39:39.485657 7609 net.cpp:408] fc6 -> fc6 I0407 18:39:39.507652 7609 net.cpp:150] Setting up fc6 I0407 18:39:39.507684 7609 net.cpp:157] Top shape: 1 1024 48 48 (2359296) I0407 18:39:39.507688 7609 net.cpp:165] Memory required for data: 1453326336 I0407 18:39:39.507699 7609 layer_factory.hpp:77] Creating layer relu6 I0407 18:39:39.507709 7609 net.cpp:100] Creating Layer relu6 I0407 18:39:39.507715 7609 net.cpp:434] relu6 <- fc6 I0407 18:39:39.507724 7609 net.cpp:395] relu6 -> fc6 (in-place) I0407 18:39:39.507732 7609 net.cpp:150] Setting up relu6 I0407 18:39:39.507736 7609 net.cpp:157] Top shape: 1 1024 48 48 (2359296) I0407 18:39:39.507740 7609 net.cpp:165] Memory required for data: 1462763520 I0407 18:39:39.507742 7609 layer_factory.hpp:77] Creating layer fc7 I0407 18:39:39.507757 7609 net.cpp:100] Creating Layer fc7 I0407 18:39:39.507761 7609 net.cpp:434] fc7 <- fc6 I0407 18:39:39.507766 7609 net.cpp:408] fc7 -> fc7 I0407 18:39:39.512918 7609 net.cpp:150] Setting up fc7 I0407 18:39:39.512933 7609 net.cpp:157] Top shape: 1 1024 48 48 (2359296) I0407 18:39:39.512935 7609 net.cpp:165] Memory required for data: 1472200704 I0407 18:39:39.512941 7609 layer_factory.hpp:77] Creating layer relu7 I0407 18:39:39.512946 7609 net.cpp:100] Creating Layer relu7 I0407 18:39:39.512949 7609 net.cpp:434] relu7 <- fc7 I0407 18:39:39.512954 7609 net.cpp:395] relu7 -> fc7 (in-place) I0407 18:39:39.512959 7609 net.cpp:150] Setting up relu7 I0407 18:39:39.512964 7609 net.cpp:157] Top shape: 1 1024 48 48 (2359296) I0407 18:39:39.512966 7609 net.cpp:165] Memory required for data: 1481637888 I0407 18:39:39.512969 7609 layer_factory.hpp:77] Creating layer fc7_relu7_0_split I0407 18:39:39.512974 7609 net.cpp:100] Creating Layer fc7_relu7_0_split I0407 18:39:39.512976 7609 net.cpp:434] fc7_relu7_0_split <- fc7 I0407 18:39:39.512980 7609 net.cpp:408] fc7_relu7_0_split -> fc7_relu7_0_split_0 I0407 18:39:39.512985 7609 net.cpp:408] fc7_relu7_0_split -> fc7_relu7_0_split_1 I0407 18:39:39.512990 7609 net.cpp:408] fc7_relu7_0_split -> fc7_relu7_0_split_2 I0407 18:39:39.512998 7609 net.cpp:408] fc7_relu7_0_split -> fc7_relu7_0_split_3 I0407 18:39:39.513037 7609 net.cpp:150] Setting up fc7_relu7_0_split I0407 18:39:39.513042 7609 net.cpp:157] Top shape: 1 1024 48 48 (2359296) I0407 18:39:39.513046 7609 net.cpp:157] Top shape: 1 1024 48 48 (2359296) I0407 18:39:39.513049 7609 net.cpp:157] Top shape: 1 1024 48 48 (2359296) I0407 18:39:39.513053 7609 net.cpp:157] Top shape: 1 1024 48 48 (2359296) I0407 18:39:39.513056 7609 net.cpp:165] Memory required for data: 1519386624 I0407 18:39:39.513058 7609 layer_factory.hpp:77] Creating layer conv6_1 I0407 18:39:39.513064 7609 net.cpp:100] Creating Layer conv6_1 I0407 18:39:39.513067 7609 net.cpp:434] conv6_1 <- fc7_relu7_0_split_0 I0407 18:39:39.513073 7609 net.cpp:408] conv6_1 -> conv6_1 I0407 18:39:39.514622 7609 net.cpp:150] Setting up conv6_1 I0407 18:39:39.514633 7609 net.cpp:157] Top shape: 1 256 48 48 (589824) I0407 18:39:39.514636 7609 net.cpp:165] Memory required for data: 1521745920 I0407 18:39:39.514642 7609 layer_factory.hpp:77] Creating layer conv6_1_relu I0407 18:39:39.514648 7609 net.cpp:100] Creating Layer conv6_1_relu I0407 18:39:39.514652 7609 net.cpp:434] conv6_1_relu <- conv6_1 I0407 18:39:39.514655 7609 net.cpp:395] conv6_1_relu -> conv6_1 (in-place) I0407 18:39:39.514662 7609 net.cpp:150] Setting up conv6_1_relu I0407 18:39:39.514664 7609 net.cpp:157] Top shape: 1 256 48 48 (589824) I0407 18:39:39.514667 7609 net.cpp:165] Memory required for data: 1524105216 I0407 18:39:39.514669 7609 layer_factory.hpp:77] Creating layer conv6_2 I0407 18:39:39.514677 7609 net.cpp:100] Creating Layer conv6_2 I0407 18:39:39.514679 7609 net.cpp:434] conv6_2 <- conv6_1 I0407 18:39:39.514685 7609 net.cpp:408] conv6_2 -> conv6_2 I0407 18:39:39.520328 7609 net.cpp:150] Setting up conv6_2 I0407 18:39:39.520345 7609 net.cpp:157] Top shape: 1 512 24 24 (294912) I0407 18:39:39.520349 7609 net.cpp:165] Memory required for data: 1525284864 I0407 18:39:39.520360 7609 layer_factory.hpp:77] Creating layer conv6_2_relu I0407 18:39:39.520366 7609 net.cpp:100] Creating Layer conv6_2_relu I0407 18:39:39.520370 7609 net.cpp:434] conv6_2_relu <- conv6_2 I0407 18:39:39.520375 7609 net.cpp:395] conv6_2_relu -> conv6_2 (in-place) I0407 18:39:39.520380 7609 net.cpp:150] Setting up conv6_2_relu I0407 18:39:39.520383 7609 net.cpp:157] Top shape: 1 512 24 24 (294912) I0407 18:39:39.520386 7609 net.cpp:165] Memory required for data: 1526464512 I0407 18:39:39.520388 7609 layer_factory.hpp:77] Creating layer conv6_2_conv6_2_relu_0_split I0407 18:39:39.520393 7609 net.cpp:100] Creating Layer conv6_2_conv6_2_relu_0_split I0407 18:39:39.520396 7609 net.cpp:434] conv6_2_conv6_2_relu_0_split <- conv6_2 I0407 18:39:39.520402 7609 net.cpp:408] conv6_2_conv6_2_relu_0_split -> conv6_2_conv6_2_relu_0_split_0 I0407 18:39:39.520413 7609 net.cpp:408] conv6_2_conv6_2_relu_0_split -> conv6_2_conv6_2_relu_0_split_1 I0407 18:39:39.520418 7609 net.cpp:408] conv6_2_conv6_2_relu_0_split -> conv6_2_conv6_2_relu_0_split_2 I0407 18:39:39.520422 7609 net.cpp:408] conv6_2_conv6_2_relu_0_split -> conv6_2_conv6_2_relu_0_split_3 I0407 18:39:39.520460 7609 net.cpp:150] Setting up conv6_2_conv6_2_relu_0_split I0407 18:39:39.520467 7609 net.cpp:157] Top shape: 1 512 24 24 (294912) I0407 18:39:39.520469 7609 net.cpp:157] Top shape: 1 512 24 24 (294912) I0407 18:39:39.520473 7609 net.cpp:157] Top shape: 1 512 24 24 (294912) I0407 18:39:39.520475 7609 net.cpp:157] Top shape: 1 512 24 24 (294912) I0407 18:39:39.520478 7609 net.cpp:165] Memory required for data: 1531183104 I0407 18:39:39.520480 7609 layer_factory.hpp:77] Creating layer conv7_1 I0407 18:39:39.520489 7609 net.cpp:100] Creating Layer conv7_1 I0407 18:39:39.520493 7609 net.cpp:434] conv7_1 <- conv6_2_conv6_2_relu_0_split_0 I0407 18:39:39.520498 7609 net.cpp:408] conv7_1 -> conv7_1 I0407 18:39:39.520902 7609 net.cpp:150] Setting up conv7_1 I0407 18:39:39.520910 7609 net.cpp:157] Top shape: 1 128 24 24 (73728) I0407 18:39:39.520912 7609 net.cpp:165] Memory required for data: 1531478016 I0407 18:39:39.520917 7609 layer_factory.hpp:77] Creating layer conv7_1_relu I0407 18:39:39.520921 7609 net.cpp:100] Creating Layer conv7_1_relu I0407 18:39:39.520925 7609 net.cpp:434] conv7_1_relu <- conv7_1 I0407 18:39:39.520928 7609 net.cpp:395] conv7_1_relu -> conv7_1 (in-place) I0407 18:39:39.520933 7609 net.cpp:150] Setting up conv7_1_relu I0407 18:39:39.520936 7609 net.cpp:157] Top shape: 1 128 24 24 (73728) I0407 18:39:39.520939 7609 net.cpp:165] Memory required for data: 1531772928 I0407 18:39:39.520941 7609 layer_factory.hpp:77] Creating layer conv7_2 I0407 18:39:39.520948 7609 net.cpp:100] Creating Layer conv7_2 I0407 18:39:39.520951 7609 net.cpp:434] conv7_2 <- conv7_1 I0407 18:39:39.520956 7609 net.cpp:408] conv7_2 -> conv7_2 I0407 18:39:39.522501 7609 net.cpp:150] Setting up conv7_2 I0407 18:39:39.522512 7609 net.cpp:157] Top shape: 1 256 12 12 (36864) I0407 18:39:39.522516 7609 net.cpp:165] Memory required for data: 1531920384 I0407 18:39:39.522531 7609 layer_factory.hpp:77] Creating layer conv7_2_relu I0407 18:39:39.522536 7609 net.cpp:100] Creating Layer conv7_2_relu I0407 18:39:39.522538 7609 net.cpp:434] conv7_2_relu <- conv7_2 I0407 18:39:39.522542 7609 net.cpp:395] conv7_2_relu -> conv7_2 (in-place) I0407 18:39:39.522557 7609 net.cpp:150] Setting up conv7_2_relu I0407 18:39:39.522560 7609 net.cpp:157] Top shape: 1 256 12 12 (36864) I0407 18:39:39.522563 7609 net.cpp:165] Memory required for data: 1532067840 I0407 18:39:39.522565 7609 layer_factory.hpp:77] Creating layer conv7_2_conv7_2_relu_0_split I0407 18:39:39.522570 7609 net.cpp:100] Creating Layer conv7_2_conv7_2_relu_0_split I0407 18:39:39.522572 7609 net.cpp:434] conv7_2_conv7_2_relu_0_split <- conv7_2 I0407 18:39:39.522578 7609 net.cpp:408] conv7_2_conv7_2_relu_0_split -> conv7_2_conv7_2_relu_0_split_0 I0407 18:39:39.522583 7609 net.cpp:408] conv7_2_conv7_2_relu_0_split -> conv7_2_conv7_2_relu_0_split_1 I0407 18:39:39.522588 7609 net.cpp:408] conv7_2_conv7_2_relu_0_split -> conv7_2_conv7_2_relu_0_split_2 I0407 18:39:39.522591 7609 net.cpp:408] conv7_2_conv7_2_relu_0_split -> conv7_2_conv7_2_relu_0_split_3 I0407 18:39:39.522652 7609 net.cpp:150] Setting up conv7_2_conv7_2_relu_0_split I0407 18:39:39.522657 7609 net.cpp:157] Top shape: 1 256 12 12 (36864) I0407 18:39:39.522661 7609 net.cpp:157] Top shape: 1 256 12 12 (36864) I0407 18:39:39.522665 7609 net.cpp:157] Top shape: 1 256 12 12 (36864) I0407 18:39:39.522667 7609 net.cpp:157] Top shape: 1 256 12 12 (36864) I0407 18:39:39.522670 7609 net.cpp:165] Memory required for data: 1532657664 I0407 18:39:39.522672 7609 layer_factory.hpp:77] Creating layer conv8_1 I0407 18:39:39.522680 7609 net.cpp:100] Creating Layer conv8_1 I0407 18:39:39.522682 7609 net.cpp:434] conv8_1 <- conv7_2_conv7_2_relu_0_split_0 I0407 18:39:39.522691 7609 net.cpp:408] conv8_1 -> conv8_1 I0407 18:39:39.522956 7609 net.cpp:150] Setting up conv8_1 I0407 18:39:39.522964 7609 net.cpp:157] Top shape: 1 128 12 12 (18432) I0407 18:39:39.522965 7609 net.cpp:165] Memory required for data: 1532731392 I0407 18:39:39.522970 7609 layer_factory.hpp:77] Creating layer conv8_1_relu I0407 18:39:39.522974 7609 net.cpp:100] Creating Layer conv8_1_relu I0407 18:39:39.522977 7609 net.cpp:434] conv8_1_relu <- conv8_1 I0407 18:39:39.522980 7609 net.cpp:395] conv8_1_relu -> conv8_1 (in-place) I0407 18:39:39.522985 7609 net.cpp:150] Setting up conv8_1_relu I0407 18:39:39.522989 7609 net.cpp:157] Top shape: 1 128 12 12 (18432) I0407 18:39:39.522990 7609 net.cpp:165] Memory required for data: 1532805120 I0407 18:39:39.522994 7609 layer_factory.hpp:77] Creating layer conv8_2 I0407 18:39:39.523000 7609 net.cpp:100] Creating Layer conv8_2 I0407 18:39:39.523002 7609 net.cpp:434] conv8_2 <- conv8_1 I0407 18:39:39.523007 7609 net.cpp:408] conv8_2 -> conv8_2 I0407 18:39:39.524451 7609 net.cpp:150] Setting up conv8_2 I0407 18:39:39.524461 7609 net.cpp:157] Top shape: 1 256 10 10 (25600) I0407 18:39:39.524463 7609 net.cpp:165] Memory required for data: 1532907520 I0407 18:39:39.524467 7609 layer_factory.hpp:77] Creating layer conv8_2_relu I0407 18:39:39.524472 7609 net.cpp:100] Creating Layer conv8_2_relu I0407 18:39:39.524475 7609 net.cpp:434] conv8_2_relu <- conv8_2 I0407 18:39:39.524479 7609 net.cpp:395] conv8_2_relu -> conv8_2 (in-place) I0407 18:39:39.524484 7609 net.cpp:150] Setting up conv8_2_relu I0407 18:39:39.524487 7609 net.cpp:157] Top shape: 1 256 10 10 (25600) I0407 18:39:39.524490 7609 net.cpp:165] Memory required for data: 1533009920 I0407 18:39:39.524492 7609 layer_factory.hpp:77] Creating layer conv8_2_conv8_2_relu_0_split I0407 18:39:39.524497 7609 net.cpp:100] Creating Layer conv8_2_conv8_2_relu_0_split I0407 18:39:39.524499 7609 net.cpp:434] conv8_2_conv8_2_relu_0_split <- conv8_2 I0407 18:39:39.524504 7609 net.cpp:408] conv8_2_conv8_2_relu_0_split -> conv8_2_conv8_2_relu_0_split_0 I0407 18:39:39.524509 7609 net.cpp:408] conv8_2_conv8_2_relu_0_split -> conv8_2_conv8_2_relu_0_split_1 I0407 18:39:39.524513 7609 net.cpp:408] conv8_2_conv8_2_relu_0_split -> conv8_2_conv8_2_relu_0_split_2 I0407 18:39:39.524518 7609 net.cpp:408] conv8_2_conv8_2_relu_0_split -> conv8_2_conv8_2_relu_0_split_3 I0407 18:39:39.524560 7609 net.cpp:150] Setting up conv8_2_conv8_2_relu_0_split I0407 18:39:39.524565 7609 net.cpp:157] Top shape: 1 256 10 10 (25600) I0407 18:39:39.524569 7609 net.cpp:157] Top shape: 1 256 10 10 (25600) I0407 18:39:39.524571 7609 net.cpp:157] Top shape: 1 256 10 10 (25600) I0407 18:39:39.524574 7609 net.cpp:157] Top shape: 1 256 10 10 (25600) I0407 18:39:39.524576 7609 net.cpp:165] Memory required for data: 1533419520 I0407 18:39:39.524580 7609 layer_factory.hpp:77] Creating layer conv9_1 I0407 18:39:39.524586 7609 net.cpp:100] Creating Layer conv9_1 I0407 18:39:39.524590 7609 net.cpp:434] conv9_1 <- conv8_2_conv8_2_relu_0_split_0 I0407 18:39:39.524595 7609 net.cpp:408] conv9_1 -> conv9_1 I0407 18:39:39.525141 7609 net.cpp:150] Setting up conv9_1 I0407 18:39:39.525151 7609 net.cpp:157] Top shape: 1 128 10 10 (12800) I0407 18:39:39.525153 7609 net.cpp:165] Memory required for data: 1533470720 I0407 18:39:39.525158 7609 layer_factory.hpp:77] Creating layer conv9_1_relu I0407 18:39:39.525163 7609 net.cpp:100] Creating Layer conv9_1_relu I0407 18:39:39.525166 7609 net.cpp:434] conv9_1_relu <- conv9_1 I0407 18:39:39.525171 7609 net.cpp:395] conv9_1_relu -> conv9_1 (in-place) I0407 18:39:39.525177 7609 net.cpp:150] Setting up conv9_1_relu I0407 18:39:39.525179 7609 net.cpp:157] Top shape: 1 128 10 10 (12800) I0407 18:39:39.525182 7609 net.cpp:165] Memory required for data: 1533521920 I0407 18:39:39.525184 7609 layer_factory.hpp:77] Creating layer conv9_2 I0407 18:39:39.525192 7609 net.cpp:100] Creating Layer conv9_2 I0407 18:39:39.525194 7609 net.cpp:434] conv9_2 <- conv9_1 I0407 18:39:39.525202 7609 net.cpp:408] conv9_2 -> conv9_2 I0407 18:39:39.526652 7609 net.cpp:150] Setting up conv9_2 I0407 18:39:39.526662 7609 net.cpp:157] Top shape: 1 256 8 8 (16384) I0407 18:39:39.526665 7609 net.cpp:165] Memory required for data: 1533587456 I0407 18:39:39.526670 7609 layer_factory.hpp:77] Creating layer conv9_2_relu I0407 18:39:39.526674 7609 net.cpp:100] Creating Layer conv9_2_relu I0407 18:39:39.526677 7609 net.cpp:434] conv9_2_relu <- conv9_2 I0407 18:39:39.526681 7609 net.cpp:395] conv9_2_relu -> conv9_2 (in-place) I0407 18:39:39.526687 7609 net.cpp:150] Setting up conv9_2_relu I0407 18:39:39.526691 7609 net.cpp:157] Top shape: 1 256 8 8 (16384) I0407 18:39:39.526695 7609 net.cpp:165] Memory required for data: 1533652992 I0407 18:39:39.526696 7609 layer_factory.hpp:77] Creating layer conv9_2_conv9_2_relu_0_split I0407 18:39:39.526700 7609 net.cpp:100] Creating Layer conv9_2_conv9_2_relu_0_split I0407 18:39:39.526703 7609 net.cpp:434] conv9_2_conv9_2_relu_0_split <- conv9_2 I0407 18:39:39.526707 7609 net.cpp:408] conv9_2_conv9_2_relu_0_split -> conv9_2_conv9_2_relu_0_split_0 I0407 18:39:39.526712 7609 net.cpp:408] conv9_2_conv9_2_relu_0_split -> conv9_2_conv9_2_relu_0_split_1 I0407 18:39:39.526716 7609 net.cpp:408] conv9_2_conv9_2_relu_0_split -> conv9_2_conv9_2_relu_0_split_2 I0407 18:39:39.526747 7609 net.cpp:150] Setting up conv9_2_conv9_2_relu_0_split I0407 18:39:39.526751 7609 net.cpp:157] Top shape: 1 256 8 8 (16384) I0407 18:39:39.526756 7609 net.cpp:157] Top shape: 1 256 8 8 (16384) I0407 18:39:39.526758 7609 net.cpp:157] Top shape: 1 256 8 8 (16384) I0407 18:39:39.526760 7609 net.cpp:165] Memory required for data: 1533849600 I0407 18:39:39.526763 7609 layer_factory.hpp:77] Creating layer conv4_3_norm I0407 18:39:39.526769 7609 net.cpp:100] Creating Layer conv4_3_norm I0407 18:39:39.526772 7609 net.cpp:434] conv4_3_norm <- conv4_3_relu4_3_0_split_1 I0407 18:39:39.526777 7609 net.cpp:408] conv4_3_norm -> conv4_3_norm I0407 18:39:39.526876 7609 net.cpp:150] Setting up conv4_3_norm I0407 18:39:39.526881 7609 net.cpp:157] Top shape: 1 512 96 96 (4718592) I0407 18:39:39.526885 7609 net.cpp:165] Memory required for data: 1552723968 I0407 18:39:39.526888 7609 layer_factory.hpp:77] Creating layer conv4_3_norm_conv4_3_norm_0_split I0407 18:39:39.526892 7609 net.cpp:100] Creating Layer conv4_3_norm_conv4_3_norm_0_split I0407 18:39:39.526895 7609 net.cpp:434] conv4_3_norm_conv4_3_norm_0_split <- conv4_3_norm I0407 18:39:39.526899 7609 net.cpp:408] conv4_3_norm_conv4_3_norm_0_split -> conv4_3_norm_conv4_3_norm_0_split_0 I0407 18:39:39.526904 7609 net.cpp:408] conv4_3_norm_conv4_3_norm_0_split -> conv4_3_norm_conv4_3_norm_0_split_1 I0407 18:39:39.526909 7609 net.cpp:408] conv4_3_norm_conv4_3_norm_0_split -> conv4_3_norm_conv4_3_norm_0_split_2 I0407 18:39:39.526937 7609 net.cpp:150] Setting up conv4_3_norm_conv4_3_norm_0_split I0407 18:39:39.526942 7609 net.cpp:157] Top shape: 1 512 96 96 (4718592) I0407 18:39:39.526945 7609 net.cpp:157] Top shape: 1 512 96 96 (4718592) I0407 18:39:39.526948 7609 net.cpp:157] Top shape: 1 512 96 96 (4718592) I0407 18:39:39.526950 7609 net.cpp:165] Memory required for data: 1609347072 I0407 18:39:39.526953 7609 layer_factory.hpp:77] Creating layer conv4_3_norm_mbox_loc I0407 18:39:39.526958 7609 net.cpp:100] Creating Layer conv4_3_norm_mbox_loc I0407 18:39:39.526962 7609 net.cpp:434] conv4_3_norm_mbox_loc <- conv4_3_norm_conv4_3_norm_0_split_0 I0407 18:39:39.526968 7609 net.cpp:408] conv4_3_norm_mbox_loc -> conv4_3_norm_mbox_loc I0407 18:39:39.537379 7609 net.cpp:150] Setting up conv4_3_norm_mbox_loc I0407 18:39:39.537411 7609 net.cpp:157] Top shape: 1 240 96 96 (2211840) I0407 18:39:39.537415 7609 net.cpp:165] Memory required for data: 1618194432 I0407 18:39:39.537423 7609 layer_factory.hpp:77] Creating layer conv4_3_norm_mbox_loc_perm I0407 18:39:39.537444 7609 net.cpp:100] Creating Layer conv4_3_norm_mbox_loc_perm I0407 18:39:39.537449 7609 net.cpp:434] conv4_3_norm_mbox_loc_perm <- conv4_3_norm_mbox_loc I0407 18:39:39.537461 7609 net.cpp:408] conv4_3_norm_mbox_loc_perm -> conv4_3_norm_mbox_loc_perm I0407 18:39:39.537531 7609 net.cpp:150] Setting up conv4_3_norm_mbox_loc_perm I0407 18:39:39.537537 7609 net.cpp:157] Top shape: 1 96 96 240 (2211840) I0407 18:39:39.537540 7609 net.cpp:165] Memory required for data: 1627041792 I0407 18:39:39.537544 7609 layer_factory.hpp:77] Creating layer conv4_3_norm_mbox_loc_flat I0407 18:39:39.537549 7609 net.cpp:100] Creating Layer conv4_3_norm_mbox_loc_flat I0407 18:39:39.537551 7609 net.cpp:434] conv4_3_norm_mbox_loc_flat <- conv4_3_norm_mbox_loc_perm I0407 18:39:39.537555 7609 net.cpp:408] conv4_3_norm_mbox_loc_flat -> conv4_3_norm_mbox_loc_flat I0407 18:39:39.537572 7609 net.cpp:150] Setting up conv4_3_norm_mbox_loc_flat I0407 18:39:39.537576 7609 net.cpp:157] Top shape: 1 2211840 (2211840) I0407 18:39:39.537580 7609 net.cpp:165] Memory required for data: 1635889152 I0407 18:39:39.537581 7609 layer_factory.hpp:77] Creating layer conv4_3_norm_mbox_conf I0407 18:39:39.537595 7609 net.cpp:100] Creating Layer conv4_3_norm_mbox_conf I0407 18:39:39.537598 7609 net.cpp:434] conv4_3_norm_mbox_conf <- conv4_3_norm_conv4_3_norm_0_split_1 I0407 18:39:39.537606 7609 net.cpp:408] conv4_3_norm_mbox_conf -> conv4_3_norm_mbox_conf I0407 18:39:39.539510 7609 net.cpp:150] Setting up conv4_3_norm_mbox_conf I0407 18:39:39.539530 7609 net.cpp:157] Top shape: 1 40 96 96 (368640) I0407 18:39:39.539532 7609 net.cpp:165] Memory required for data: 1637363712 I0407 18:39:39.539539 7609 layer_factory.hpp:77] Creating layer conv4_3_norm_mbox_conf_perm I0407 18:39:39.539546 7609 net.cpp:100] Creating Layer conv4_3_norm_mbox_conf_perm I0407 18:39:39.539549 7609 net.cpp:434] conv4_3_norm_mbox_conf_perm <- conv4_3_norm_mbox_conf I0407 18:39:39.539556 7609 net.cpp:408] conv4_3_norm_mbox_conf_perm -> conv4_3_norm_mbox_conf_perm I0407 18:39:39.539641 7609 net.cpp:150] Setting up conv4_3_norm_mbox_conf_perm I0407 18:39:39.539662 7609 net.cpp:157] Top shape: 1 96 96 40 (368640) I0407 18:39:39.539666 7609 net.cpp:165] Memory required for data: 1638838272 I0407 18:39:39.539670 7609 layer_factory.hpp:77] Creating layer conv4_3_norm_mbox_conf_flat I0407 18:39:39.539677 7609 net.cpp:100] Creating Layer conv4_3_norm_mbox_conf_flat I0407 18:39:39.539683 7609 net.cpp:434] conv4_3_norm_mbox_conf_flat <- conv4_3_norm_mbox_conf_perm I0407 18:39:39.539690 7609 net.cpp:408] conv4_3_norm_mbox_conf_flat -> conv4_3_norm_mbox_conf_flat I0407 18:39:39.539727 7609 net.cpp:150] Setting up conv4_3_norm_mbox_conf_flat I0407 18:39:39.539734 7609 net.cpp:157] Top shape: 1 368640 (368640) I0407 18:39:39.539738 7609 net.cpp:165] Memory required for data: 1640312832 I0407 18:39:39.539743 7609 layer_factory.hpp:77] Creating layer conv4_3_norm_mbox_priorbox I0407 18:39:39.539753 7609 net.cpp:100] Creating Layer conv4_3_norm_mbox_priorbox I0407 18:39:39.539759 7609 net.cpp:434] conv4_3_norm_mbox_priorbox <- conv4_3_norm_conv4_3_norm_0_split_2 I0407 18:39:39.539767 7609 net.cpp:434] conv4_3_norm_mbox_priorbox <- data_input_0_split_1 I0407 18:39:39.539775 7609 net.cpp:408] conv4_3_norm_mbox_priorbox -> conv4_3_norm_mbox_priorbox I0407 18:39:39.539808 7609 net.cpp:150] Setting up conv4_3_norm_mbox_priorbox I0407 18:39:39.539816 7609 net.cpp:157] Top shape: 1 2 737280 (1474560) I0407 18:39:39.539820 7609 net.cpp:165] Memory required for data: 1646211072 I0407 18:39:39.539825 7609 layer_factory.hpp:77] Creating layer fc7_mbox_loc I0407 18:39:39.539837 7609 net.cpp:100] Creating Layer fc7_mbox_loc I0407 18:39:39.539842 7609 net.cpp:434] fc7_mbox_loc <- fc7_relu7_0_split_1 I0407 18:39:39.539851 7609 net.cpp:408] fc7_mbox_loc -> fc7_mbox_loc I0407 18:39:39.558524 7609 net.cpp:150] Setting up fc7_mbox_loc I0407 18:39:39.558557 7609 net.cpp:157] Top shape: 1 240 48 48 (552960) I0407 18:39:39.558559 7609 net.cpp:165] Memory required for data: 1648422912 I0407 18:39:39.558568 7609 layer_factory.hpp:77] Creating layer fc7_mbox_loc_perm I0407 18:39:39.558576 7609 net.cpp:100] Creating Layer fc7_mbox_loc_perm I0407 18:39:39.558588 7609 net.cpp:434] fc7_mbox_loc_perm <- fc7_mbox_loc I0407 18:39:39.558595 7609 net.cpp:408] fc7_mbox_loc_perm -> fc7_mbox_loc_perm I0407 18:39:39.558676 7609 net.cpp:150] Setting up fc7_mbox_loc_perm I0407 18:39:39.558681 7609 net.cpp:157] Top shape: 1 48 48 240 (552960) I0407 18:39:39.558683 7609 net.cpp:165] Memory required for data: 1650634752 I0407 18:39:39.558686 7609 layer_factory.hpp:77] Creating layer fc7_mbox_loc_flat I0407 18:39:39.558691 7609 net.cpp:100] Creating Layer fc7_mbox_loc_flat I0407 18:39:39.558694 7609 net.cpp:434] fc7_mbox_loc_flat <- fc7_mbox_loc_perm I0407 18:39:39.558699 7609 net.cpp:408] fc7_mbox_loc_flat -> fc7_mbox_loc_flat I0407 18:39:39.558715 7609 net.cpp:150] Setting up fc7_mbox_loc_flat I0407 18:39:39.558722 7609 net.cpp:157] Top shape: 1 552960 (552960) I0407 18:39:39.558723 7609 net.cpp:165] Memory required for data: 1652846592 I0407 18:39:39.558727 7609 layer_factory.hpp:77] Creating layer fc7_mbox_conf I0407 18:39:39.558733 7609 net.cpp:100] Creating Layer fc7_mbox_conf I0407 18:39:39.558737 7609 net.cpp:434] fc7_mbox_conf <- fc7_relu7_0_split_2 I0407 18:39:39.558743 7609 net.cpp:408] fc7_mbox_conf -> fc7_mbox_conf I0407 18:39:39.561655 7609 net.cpp:150] Setting up fc7_mbox_conf I0407 18:39:39.561666 7609 net.cpp:157] Top shape: 1 40 48 48 (92160) I0407 18:39:39.561669 7609 net.cpp:165] Memory required for data: 1653215232 I0407 18:39:39.561676 7609 layer_factory.hpp:77] Creating layer fc7_mbox_conf_perm I0407 18:39:39.561679 7609 net.cpp:100] Creating Layer fc7_mbox_conf_perm I0407 18:39:39.561683 7609 net.cpp:434] fc7_mbox_conf_perm <- fc7_mbox_conf I0407 18:39:39.561688 7609 net.cpp:408] fc7_mbox_conf_perm -> fc7_mbox_conf_perm I0407 18:39:39.561760 7609 net.cpp:150] Setting up fc7_mbox_conf_perm I0407 18:39:39.561766 7609 net.cpp:157] Top shape: 1 48 48 40 (92160) I0407 18:39:39.561769 7609 net.cpp:165] Memory required for data: 1653583872 I0407 18:39:39.561772 7609 layer_factory.hpp:77] Creating layer fc7_mbox_conf_flat I0407 18:39:39.561776 7609 net.cpp:100] Creating Layer fc7_mbox_conf_flat I0407 18:39:39.561779 7609 net.cpp:434] fc7_mbox_conf_flat <- fc7_mbox_conf_perm I0407 18:39:39.561784 7609 net.cpp:408] fc7_mbox_conf_flat -> fc7_mbox_conf_flat I0407 18:39:39.561800 7609 net.cpp:150] Setting up fc7_mbox_conf_flat I0407 18:39:39.561805 7609 net.cpp:157] Top shape: 1 92160 (92160) I0407 18:39:39.561808 7609 net.cpp:165] Memory required for data: 1653952512 I0407 18:39:39.561810 7609 layer_factory.hpp:77] Creating layer fc7_mbox_priorbox I0407 18:39:39.561816 7609 net.cpp:100] Creating Layer fc7_mbox_priorbox I0407 18:39:39.561820 7609 net.cpp:434] fc7_mbox_priorbox <- fc7_relu7_0_split_3 I0407 18:39:39.561825 7609 net.cpp:434] fc7_mbox_priorbox <- data_input_0_split_2 I0407 18:39:39.561828 7609 net.cpp:408] fc7_mbox_priorbox -> fc7_mbox_priorbox I0407 18:39:39.561847 7609 net.cpp:150] Setting up fc7_mbox_priorbox I0407 18:39:39.561851 7609 net.cpp:157] Top shape: 1 2 184320 (368640) I0407 18:39:39.561854 7609 net.cpp:165] Memory required for data: 1655427072 I0407 18:39:39.561856 7609 layer_factory.hpp:77] Creating layer conv6_2_mbox_loc I0407 18:39:39.561863 7609 net.cpp:100] Creating Layer conv6_2_mbox_loc I0407 18:39:39.561866 7609 net.cpp:434] conv6_2_mbox_loc <- conv6_2_conv6_2_relu_0_split_1 I0407 18:39:39.561872 7609 net.cpp:408] conv6_2_mbox_loc -> conv6_2_mbox_loc I0407 18:39:39.570233 7609 net.cpp:150] Setting up conv6_2_mbox_loc I0407 18:39:39.570273 7609 net.cpp:157] Top shape: 1 240 24 24 (138240) I0407 18:39:39.570276 7609 net.cpp:165] Memory required for data: 1655980032 I0407 18:39:39.570283 7609 layer_factory.hpp:77] Creating layer conv6_2_mbox_loc_perm I0407 18:39:39.570291 7609 net.cpp:100] Creating Layer conv6_2_mbox_loc_perm I0407 18:39:39.570297 7609 net.cpp:434] conv6_2_mbox_loc_perm <- conv6_2_mbox_loc I0407 18:39:39.570304 7609 net.cpp:408] conv6_2_mbox_loc_perm -> conv6_2_mbox_loc_perm I0407 18:39:39.570374 7609 net.cpp:150] Setting up conv6_2_mbox_loc_perm I0407 18:39:39.570380 7609 net.cpp:157] Top shape: 1 24 24 240 (138240) I0407 18:39:39.570389 7609 net.cpp:165] Memory required for data: 1656532992 I0407 18:39:39.570392 7609 layer_factory.hpp:77] Creating layer conv6_2_mbox_loc_flat I0407 18:39:39.570397 7609 net.cpp:100] Creating Layer conv6_2_mbox_loc_flat I0407 18:39:39.570400 7609 net.cpp:434] conv6_2_mbox_loc_flat <- conv6_2_mbox_loc_perm I0407 18:39:39.570405 7609 net.cpp:408] conv6_2_mbox_loc_flat -> conv6_2_mbox_loc_flat I0407 18:39:39.570421 7609 net.cpp:150] Setting up conv6_2_mbox_loc_flat I0407 18:39:39.570432 7609 net.cpp:157] Top shape: 1 138240 (138240) I0407 18:39:39.570436 7609 net.cpp:165] Memory required for data: 1657085952 I0407 18:39:39.570438 7609 layer_factory.hpp:77] Creating layer conv6_2_mbox_conf I0407 18:39:39.570446 7609 net.cpp:100] Creating Layer conv6_2_mbox_conf I0407 18:39:39.570459 7609 net.cpp:434] conv6_2_mbox_conf <- conv6_2_conv6_2_relu_0_split_2 I0407 18:39:39.570464 7609 net.cpp:408] conv6_2_mbox_conf -> conv6_2_mbox_conf I0407 18:39:39.572188 7609 net.cpp:150] Setting up conv6_2_mbox_conf I0407 18:39:39.572198 7609 net.cpp:157] Top shape: 1 40 24 24 (23040) I0407 18:39:39.572201 7609 net.cpp:165] Memory required for data: 1657178112 I0407 18:39:39.572216 7609 layer_factory.hpp:77] Creating layer conv6_2_mbox_conf_perm I0407 18:39:39.572222 7609 net.cpp:100] Creating Layer conv6_2_mbox_conf_perm I0407 18:39:39.572226 7609 net.cpp:434] conv6_2_mbox_conf_perm <- conv6_2_mbox_conf I0407 18:39:39.572230 7609 net.cpp:408] conv6_2_mbox_conf_perm -> conv6_2_mbox_conf_perm I0407 18:39:39.572314 7609 net.cpp:150] Setting up conv6_2_mbox_conf_perm I0407 18:39:39.572319 7609 net.cpp:157] Top shape: 1 24 24 40 (23040) I0407 18:39:39.572322 7609 net.cpp:165] Memory required for data: 1657270272 I0407 18:39:39.572324 7609 layer_factory.hpp:77] Creating layer conv6_2_mbox_conf_flat I0407 18:39:39.572329 7609 net.cpp:100] Creating Layer conv6_2_mbox_conf_flat I0407 18:39:39.572333 7609 net.cpp:434] conv6_2_mbox_conf_flat <- conv6_2_mbox_conf_perm I0407 18:39:39.572337 7609 net.cpp:408] conv6_2_mbox_conf_flat -> conv6_2_mbox_conf_flat I0407 18:39:39.572353 7609 net.cpp:150] Setting up conv6_2_mbox_conf_flat I0407 18:39:39.572357 7609 net.cpp:157] Top shape: 1 23040 (23040) I0407 18:39:39.572360 7609 net.cpp:165] Memory required for data: 1657362432 I0407 18:39:39.572362 7609 layer_factory.hpp:77] Creating layer conv6_2_mbox_priorbox I0407 18:39:39.572368 7609 net.cpp:100] Creating Layer conv6_2_mbox_priorbox I0407 18:39:39.572372 7609 net.cpp:434] conv6_2_mbox_priorbox <- conv6_2_conv6_2_relu_0_split_3 I0407 18:39:39.572377 7609 net.cpp:434] conv6_2_mbox_priorbox <- data_input_0_split_3 I0407 18:39:39.572381 7609 net.cpp:408] conv6_2_mbox_priorbox -> conv6_2_mbox_priorbox I0407 18:39:39.572401 7609 net.cpp:150] Setting up conv6_2_mbox_priorbox I0407 18:39:39.572404 7609 net.cpp:157] Top shape: 1 2 46080 (92160) I0407 18:39:39.572407 7609 net.cpp:165] Memory required for data: 1657731072 I0407 18:39:39.572409 7609 layer_factory.hpp:77] Creating layer conv7_2_mbox_loc I0407 18:39:39.572417 7609 net.cpp:100] Creating Layer conv7_2_mbox_loc I0407 18:39:39.572419 7609 net.cpp:434] conv7_2_mbox_loc <- conv7_2_conv7_2_relu_0_split_1 I0407 18:39:39.572424 7609 net.cpp:408] conv7_2_mbox_loc -> conv7_2_mbox_loc I0407 18:39:39.577085 7609 net.cpp:150] Setting up conv7_2_mbox_loc I0407 18:39:39.577102 7609 net.cpp:157] Top shape: 1 240 12 12 (34560) I0407 18:39:39.577105 7609 net.cpp:165] Memory required for data: 1657869312 I0407 18:39:39.577111 7609 layer_factory.hpp:77] Creating layer conv7_2_mbox_loc_perm I0407 18:39:39.577117 7609 net.cpp:100] Creating Layer conv7_2_mbox_loc_perm I0407 18:39:39.577121 7609 net.cpp:434] conv7_2_mbox_loc_perm <- conv7_2_mbox_loc I0407 18:39:39.577127 7609 net.cpp:408] conv7_2_mbox_loc_perm -> conv7_2_mbox_loc_perm I0407 18:39:39.577194 7609 net.cpp:150] Setting up conv7_2_mbox_loc_perm I0407 18:39:39.577199 7609 net.cpp:157] Top shape: 1 12 12 240 (34560) I0407 18:39:39.577203 7609 net.cpp:165] Memory required for data: 1658007552 I0407 18:39:39.577209 7609 layer_factory.hpp:77] Creating layer conv7_2_mbox_loc_flat I0407 18:39:39.577214 7609 net.cpp:100] Creating Layer conv7_2_mbox_loc_flat I0407 18:39:39.577217 7609 net.cpp:434] conv7_2_mbox_loc_flat <- conv7_2_mbox_loc_perm I0407 18:39:39.577222 7609 net.cpp:408] conv7_2_mbox_loc_flat -> conv7_2_mbox_loc_flat I0407 18:39:39.577239 7609 net.cpp:150] Setting up conv7_2_mbox_loc_flat I0407 18:39:39.577244 7609 net.cpp:157] Top shape: 1 34560 (34560) I0407 18:39:39.577246 7609 net.cpp:165] Memory required for data: 1658145792 I0407 18:39:39.577249 7609 layer_factory.hpp:77] Creating layer conv7_2_mbox_conf I0407 18:39:39.577255 7609 net.cpp:100] Creating Layer conv7_2_mbox_conf I0407 18:39:39.577257 7609 net.cpp:434] conv7_2_mbox_conf <- conv7_2_conv7_2_relu_0_split_2 I0407 18:39:39.577265 7609 net.cpp:408] conv7_2_mbox_conf -> conv7_2_mbox_conf I0407 18:39:39.578275 7609 net.cpp:150] Setting up conv7_2_mbox_conf I0407 18:39:39.578285 7609 net.cpp:157] Top shape: 1 40 12 12 (5760) I0407 18:39:39.578289 7609 net.cpp:165] Memory required for data: 1658168832 I0407 18:39:39.578294 7609 layer_factory.hpp:77] Creating layer conv7_2_mbox_conf_perm I0407 18:39:39.578299 7609 net.cpp:100] Creating Layer conv7_2_mbox_conf_perm I0407 18:39:39.578301 7609 net.cpp:434] conv7_2_mbox_conf_perm <- conv7_2_mbox_conf I0407 18:39:39.578307 7609 net.cpp:408] conv7_2_mbox_conf_perm -> conv7_2_mbox_conf_perm I0407 18:39:39.578373 7609 net.cpp:150] Setting up conv7_2_mbox_conf_perm I0407 18:39:39.578380 7609 net.cpp:157] Top shape: 1 12 12 40 (5760) I0407 18:39:39.578382 7609 net.cpp:165] Memory required for data: 1658191872 I0407 18:39:39.578385 7609 layer_factory.hpp:77] Creating layer conv7_2_mbox_conf_flat I0407 18:39:39.578389 7609 net.cpp:100] Creating Layer conv7_2_mbox_conf_flat I0407 18:39:39.578393 7609 net.cpp:434] conv7_2_mbox_conf_flat <- conv7_2_mbox_conf_perm I0407 18:39:39.578397 7609 net.cpp:408] conv7_2_mbox_conf_flat -> conv7_2_mbox_conf_flat I0407 18:39:39.578413 7609 net.cpp:150] Setting up conv7_2_mbox_conf_flat I0407 18:39:39.578416 7609 net.cpp:157] Top shape: 1 5760 (5760) I0407 18:39:39.578419 7609 net.cpp:165] Memory required for data: 1658214912 I0407 18:39:39.578423 7609 layer_factory.hpp:77] Creating layer conv7_2_mbox_priorbox I0407 18:39:39.578431 7609 net.cpp:100] Creating Layer conv7_2_mbox_priorbox I0407 18:39:39.578434 7609 net.cpp:434] conv7_2_mbox_priorbox <- conv7_2_conv7_2_relu_0_split_3 I0407 18:39:39.578439 7609 net.cpp:434] conv7_2_mbox_priorbox <- data_input_0_split_4 I0407 18:39:39.578444 7609 net.cpp:408] conv7_2_mbox_priorbox -> conv7_2_mbox_priorbox I0407 18:39:39.578462 7609 net.cpp:150] Setting up conv7_2_mbox_priorbox I0407 18:39:39.578467 7609 net.cpp:157] Top shape: 1 2 11520 (23040) I0407 18:39:39.578469 7609 net.cpp:165] Memory required for data: 1658307072 I0407 18:39:39.578472 7609 layer_factory.hpp:77] Creating layer conv8_2_mbox_loc I0407 18:39:39.578478 7609 net.cpp:100] Creating Layer conv8_2_mbox_loc I0407 18:39:39.578482 7609 net.cpp:434] conv8_2_mbox_loc <- conv8_2_conv8_2_relu_0_split_1 I0407 18:39:39.578487 7609 net.cpp:408] conv8_2_mbox_loc -> conv8_2_mbox_loc I0407 18:39:39.582593 7609 net.cpp:150] Setting up conv8_2_mbox_loc I0407 18:39:39.582607 7609 net.cpp:157] Top shape: 1 240 10 10 (24000) I0407 18:39:39.582610 7609 net.cpp:165] Memory required for data: 1658403072 I0407 18:39:39.582625 7609 layer_factory.hpp:77] Creating layer conv8_2_mbox_loc_perm I0407 18:39:39.582633 7609 net.cpp:100] Creating Layer conv8_2_mbox_loc_perm I0407 18:39:39.582636 7609 net.cpp:434] conv8_2_mbox_loc_perm <- conv8_2_mbox_loc I0407 18:39:39.582641 7609 net.cpp:408] conv8_2_mbox_loc_perm -> conv8_2_mbox_loc_perm I0407 18:39:39.582710 7609 net.cpp:150] Setting up conv8_2_mbox_loc_perm I0407 18:39:39.582715 7609 net.cpp:157] Top shape: 1 10 10 240 (24000) I0407 18:39:39.582717 7609 net.cpp:165] Memory required for data: 1658499072 I0407 18:39:39.582720 7609 layer_factory.hpp:77] Creating layer conv8_2_mbox_loc_flat I0407 18:39:39.582729 7609 net.cpp:100] Creating Layer conv8_2_mbox_loc_flat I0407 18:39:39.582732 7609 net.cpp:434] conv8_2_mbox_loc_flat <- conv8_2_mbox_loc_perm I0407 18:39:39.582737 7609 net.cpp:408] conv8_2_mbox_loc_flat -> conv8_2_mbox_loc_flat I0407 18:39:39.582753 7609 net.cpp:150] Setting up conv8_2_mbox_loc_flat I0407 18:39:39.582758 7609 net.cpp:157] Top shape: 1 24000 (24000) I0407 18:39:39.582762 7609 net.cpp:165] Memory required for data: 1658595072 I0407 18:39:39.582763 7609 layer_factory.hpp:77] Creating layer conv8_2_mbox_conf I0407 18:39:39.582769 7609 net.cpp:100] Creating Layer conv8_2_mbox_conf I0407 18:39:39.582773 7609 net.cpp:434] conv8_2_mbox_conf <- conv8_2_conv8_2_relu_0_split_2 I0407 18:39:39.582777 7609 net.cpp:408] conv8_2_mbox_conf -> conv8_2_mbox_conf I0407 18:39:39.583755 7609 net.cpp:150] Setting up conv8_2_mbox_conf I0407 18:39:39.583765 7609 net.cpp:157] Top shape: 1 40 10 10 (4000) I0407 18:39:39.583767 7609 net.cpp:165] Memory required for data: 1658611072 I0407 18:39:39.583772 7609 layer_factory.hpp:77] Creating layer conv8_2_mbox_conf_perm I0407 18:39:39.583777 7609 net.cpp:100] Creating Layer conv8_2_mbox_conf_perm I0407 18:39:39.583781 7609 net.cpp:434] conv8_2_mbox_conf_perm <- conv8_2_mbox_conf I0407 18:39:39.583787 7609 net.cpp:408] conv8_2_mbox_conf_perm -> conv8_2_mbox_conf_perm I0407 18:39:39.583853 7609 net.cpp:150] Setting up conv8_2_mbox_conf_perm I0407 18:39:39.583858 7609 net.cpp:157] Top shape: 1 10 10 40 (4000) I0407 18:39:39.583860 7609 net.cpp:165] Memory required for data: 1658627072 I0407 18:39:39.583863 7609 layer_factory.hpp:77] Creating layer conv8_2_mbox_conf_flat I0407 18:39:39.583868 7609 net.cpp:100] Creating Layer conv8_2_mbox_conf_flat I0407 18:39:39.583870 7609 net.cpp:434] conv8_2_mbox_conf_flat <- conv8_2_mbox_conf_perm I0407 18:39:39.583874 7609 net.cpp:408] conv8_2_mbox_conf_flat -> conv8_2_mbox_conf_flat I0407 18:39:39.583890 7609 net.cpp:150] Setting up conv8_2_mbox_conf_flat I0407 18:39:39.583894 7609 net.cpp:157] Top shape: 1 4000 (4000) I0407 18:39:39.583897 7609 net.cpp:165] Memory required for data: 1658643072 I0407 18:39:39.583899 7609 layer_factory.hpp:77] Creating layer conv8_2_mbox_priorbox I0407 18:39:39.583905 7609 net.cpp:100] Creating Layer conv8_2_mbox_priorbox I0407 18:39:39.583909 7609 net.cpp:434] conv8_2_mbox_priorbox <- conv8_2_conv8_2_relu_0_split_3 I0407 18:39:39.583912 7609 net.cpp:434] conv8_2_mbox_priorbox <- data_input_0_split_5 I0407 18:39:39.583916 7609 net.cpp:408] conv8_2_mbox_priorbox -> conv8_2_mbox_priorbox I0407 18:39:39.583935 7609 net.cpp:150] Setting up conv8_2_mbox_priorbox I0407 18:39:39.583940 7609 net.cpp:157] Top shape: 1 2 8000 (16000) I0407 18:39:39.583941 7609 net.cpp:165] Memory required for data: 1658707072 I0407 18:39:39.583945 7609 layer_factory.hpp:77] Creating layer conv9_2_mbox_loc I0407 18:39:39.583950 7609 net.cpp:100] Creating Layer conv9_2_mbox_loc I0407 18:39:39.583953 7609 net.cpp:434] conv9_2_mbox_loc <- conv9_2_conv9_2_relu_0_split_0 I0407 18:39:39.583958 7609 net.cpp:408] conv9_2_mbox_loc -> conv9_2_mbox_loc I0407 18:39:39.588014 7609 net.cpp:150] Setting up conv9_2_mbox_loc I0407 18:39:39.588028 7609 net.cpp:157] Top shape: 1 240 8 8 (15360) I0407 18:39:39.588032 7609 net.cpp:165] Memory required for data: 1658768512 I0407 18:39:39.588037 7609 layer_factory.hpp:77] Creating layer conv9_2_mbox_loc_perm I0407 18:39:39.588042 7609 net.cpp:100] Creating Layer conv9_2_mbox_loc_perm I0407 18:39:39.588045 7609 net.cpp:434] conv9_2_mbox_loc_perm <- conv9_2_mbox_loc I0407 18:39:39.588050 7609 net.cpp:408] conv9_2_mbox_loc_perm -> conv9_2_mbox_loc_perm I0407 18:39:39.588115 7609 net.cpp:150] Setting up conv9_2_mbox_loc_perm I0407 18:39:39.588120 7609 net.cpp:157] Top shape: 1 8 8 240 (15360) I0407 18:39:39.588122 7609 net.cpp:165] Memory required for data: 1658829952 I0407 18:39:39.588125 7609 layer_factory.hpp:77] Creating layer conv9_2_mbox_loc_flat I0407 18:39:39.588129 7609 net.cpp:100] Creating Layer conv9_2_mbox_loc_flat I0407 18:39:39.588136 7609 net.cpp:434] conv9_2_mbox_loc_flat <- conv9_2_mbox_loc_perm I0407 18:39:39.588141 7609 net.cpp:408] conv9_2_mbox_loc_flat -> conv9_2_mbox_loc_flat I0407 18:39:39.588158 7609 net.cpp:150] Setting up conv9_2_mbox_loc_flat I0407 18:39:39.588162 7609 net.cpp:157] Top shape: 1 15360 (15360) I0407 18:39:39.588165 7609 net.cpp:165] Memory required for data: 1658891392 I0407 18:39:39.588167 7609 layer_factory.hpp:77] Creating layer conv9_2_mbox_conf I0407 18:39:39.588174 7609 net.cpp:100] Creating Layer conv9_2_mbox_conf I0407 18:39:39.588177 7609 net.cpp:434] conv9_2_mbox_conf <- conv9_2_conv9_2_relu_0_split_1 I0407 18:39:39.588181 7609 net.cpp:408] conv9_2_mbox_conf -> conv9_2_mbox_conf I0407 18:39:39.589174 7609 net.cpp:150] Setting up conv9_2_mbox_conf I0407 18:39:39.589182 7609 net.cpp:157] Top shape: 1 40 8 8 (2560) I0407 18:39:39.589185 7609 net.cpp:165] Memory required for data: 1658901632 I0407 18:39:39.589190 7609 layer_factory.hpp:77] Creating layer conv9_2_mbox_conf_perm I0407 18:39:39.589195 7609 net.cpp:100] Creating Layer conv9_2_mbox_conf_perm I0407 18:39:39.589198 7609 net.cpp:434] conv9_2_mbox_conf_perm <- conv9_2_mbox_conf I0407 18:39:39.589205 7609 net.cpp:408] conv9_2_mbox_conf_perm -> conv9_2_mbox_conf_perm I0407 18:39:39.589269 7609 net.cpp:150] Setting up conv9_2_mbox_conf_perm I0407 18:39:39.589274 7609 net.cpp:157] Top shape: 1 8 8 40 (2560) I0407 18:39:39.589277 7609 net.cpp:165] Memory required for data: 1658911872 I0407 18:39:39.589279 7609 layer_factory.hpp:77] Creating layer conv9_2_mbox_conf_flat I0407 18:39:39.589283 7609 net.cpp:100] Creating Layer conv9_2_mbox_conf_flat I0407 18:39:39.589287 7609 net.cpp:434] conv9_2_mbox_conf_flat <- conv9_2_mbox_conf_perm I0407 18:39:39.589292 7609 net.cpp:408] conv9_2_mbox_conf_flat -> conv9_2_mbox_conf_flat I0407 18:39:39.589306 7609 net.cpp:150] Setting up conv9_2_mbox_conf_flat I0407 18:39:39.589310 7609 net.cpp:157] Top shape: 1 2560 (2560) I0407 18:39:39.589313 7609 net.cpp:165] Memory required for data: 1658922112 I0407 18:39:39.589315 7609 layer_factory.hpp:77] Creating layer conv9_2_mbox_priorbox I0407 18:39:39.589321 7609 net.cpp:100] Creating Layer conv9_2_mbox_priorbox I0407 18:39:39.589324 7609 net.cpp:434] conv9_2_mbox_priorbox <- conv9_2_conv9_2_relu_0_split_2 I0407 18:39:39.589329 7609 net.cpp:434] conv9_2_mbox_priorbox <- data_input_0_split_6 I0407 18:39:39.589334 7609 net.cpp:408] conv9_2_mbox_priorbox -> conv9_2_mbox_priorbox I0407 18:39:39.589351 7609 net.cpp:150] Setting up conv9_2_mbox_priorbox I0407 18:39:39.589355 7609 net.cpp:157] Top shape: 1 2 5120 (10240) I0407 18:39:39.589359 7609 net.cpp:165] Memory required for data: 1658963072 I0407 18:39:39.589360 7609 layer_factory.hpp:77] Creating layer mbox_loc I0407 18:39:39.589366 7609 net.cpp:100] Creating Layer mbox_loc I0407 18:39:39.589370 7609 net.cpp:434] mbox_loc <- conv4_3_norm_mbox_loc_flat I0407 18:39:39.589375 7609 net.cpp:434] mbox_loc <- fc7_mbox_loc_flat I0407 18:39:39.589380 7609 net.cpp:434] mbox_loc <- conv6_2_mbox_loc_flat I0407 18:39:39.589383 7609 net.cpp:434] mbox_loc <- conv7_2_mbox_loc_flat I0407 18:39:39.589387 7609 net.cpp:434] mbox_loc <- conv8_2_mbox_loc_flat I0407 18:39:39.589391 7609 net.cpp:434] mbox_loc <- conv9_2_mbox_loc_flat I0407 18:39:39.589395 7609 net.cpp:408] mbox_loc -> mbox_loc I0407 18:39:39.589412 7609 net.cpp:150] Setting up mbox_loc I0407 18:39:39.589416 7609 net.cpp:157] Top shape: 1 2976960 (2976960) I0407 18:39:39.589418 7609 net.cpp:165] Memory required for data: 1670870912 I0407 18:39:39.589421 7609 layer_factory.hpp:77] Creating layer mbox_conf I0407 18:39:39.589426 7609 net.cpp:100] Creating Layer mbox_conf I0407 18:39:39.589428 7609 net.cpp:434] mbox_conf <- conv4_3_norm_mbox_conf_flat I0407 18:39:39.589433 7609 net.cpp:434] mbox_conf <- fc7_mbox_conf_flat I0407 18:39:39.589437 7609 net.cpp:434] mbox_conf <- conv6_2_mbox_conf_flat I0407 18:39:39.589442 7609 net.cpp:434] mbox_conf <- conv7_2_mbox_conf_flat I0407 18:39:39.589444 7609 net.cpp:434] mbox_conf <- conv8_2_mbox_conf_flat I0407 18:39:39.589450 7609 net.cpp:434] mbox_conf <- conv9_2_mbox_conf_flat I0407 18:39:39.589455 7609 net.cpp:408] mbox_conf -> mbox_conf I0407 18:39:39.589470 7609 net.cpp:150] Setting up mbox_conf I0407 18:39:39.589474 7609 net.cpp:157] Top shape: 1 496160 (496160) I0407 18:39:39.589478 7609 net.cpp:165] Memory required for data: 1672855552 I0407 18:39:39.589479 7609 layer_factory.hpp:77] Creating layer mbox_priorbox I0407 18:39:39.589483 7609 net.cpp:100] Creating Layer mbox_priorbox I0407 18:39:39.589486 7609 net.cpp:434] mbox_priorbox <- conv4_3_norm_mbox_priorbox I0407 18:39:39.589490 7609 net.cpp:434] mbox_priorbox <- fc7_mbox_priorbox I0407 18:39:39.589494 7609 net.cpp:434] mbox_priorbox <- conv6_2_mbox_priorbox I0407 18:39:39.589498 7609 net.cpp:434] mbox_priorbox <- conv7_2_mbox_priorbox I0407 18:39:39.589500 7609 net.cpp:434] mbox_priorbox <- conv8_2_mbox_priorbox I0407 18:39:39.589504 7609 net.cpp:434] mbox_priorbox <- conv9_2_mbox_priorbox I0407 18:39:39.589509 7609 net.cpp:408] mbox_priorbox -> mbox_priorbox I0407 18:39:39.589524 7609 net.cpp:150] Setting up mbox_priorbox I0407 18:39:39.589527 7609 net.cpp:157] Top shape: 1 2 992320 (1984640) I0407 18:39:39.589530 7609 net.cpp:165] Memory required for data: 1680794112 I0407 18:39:39.589532 7609 layer_factory.hpp:77] Creating layer mbox_conf_reshape I0407 18:39:39.589537 7609 net.cpp:100] Creating Layer mbox_conf_reshape I0407 18:39:39.589540 7609 net.cpp:434] mbox_conf_reshape <- mbox_conf I0407 18:39:39.589545 7609 net.cpp:408] mbox_conf_reshape -> mbox_conf_reshape I0407 18:39:39.589562 7609 net.cpp:150] Setting up mbox_conf_reshape I0407 18:39:39.589567 7609 net.cpp:157] Top shape: 1 248080 2 (496160) I0407 18:39:39.589570 7609 net.cpp:165] Memory required for data: 1682778752 I0407 18:39:39.589572 7609 layer_factory.hpp:77] Creating layer mbox_conf_softmax I0407 18:39:39.589577 7609 net.cpp:100] Creating Layer mbox_conf_softmax I0407 18:39:39.589581 7609 net.cpp:434] mbox_conf_softmax <- mbox_conf_reshape I0407 18:39:39.589584 7609 net.cpp:408] mbox_conf_softmax -> mbox_conf_softmax I0407 18:39:39.589623 7609 net.cpp:150] Setting up mbox_conf_softmax I0407 18:39:39.589628 7609 net.cpp:157] Top shape: 1 248080 2 (496160) I0407 18:39:39.589630 7609 net.cpp:165] Memory required for data: 1684763392 I0407 18:39:39.589633 7609 layer_factory.hpp:77] Creating layer mbox_conf_flatten I0407 18:39:39.589637 7609 net.cpp:100] Creating Layer mbox_conf_flatten I0407 18:39:39.589639 7609 net.cpp:434] mbox_conf_flatten <- mbox_conf_softmax I0407 18:39:39.589643 7609 net.cpp:408] mbox_conf_flatten -> mbox_conf_flatten I0407 18:39:39.589658 7609 net.cpp:150] Setting up mbox_conf_flatten I0407 18:39:39.589663 7609 net.cpp:157] Top shape: 1 496160 (496160) I0407 18:39:39.589665 7609 net.cpp:165] Memory required for data: 1686748032 I0407 18:39:39.589668 7609 layer_factory.hpp:77] Creating layer detection_out I0407 18:39:39.589675 7609 net.cpp:100] Creating Layer detection_out I0407 18:39:39.589679 7609 net.cpp:434] detection_out <- mbox_loc I0407 18:39:39.589682 7609 net.cpp:434] detection_out <- mbox_conf_flatten I0407 18:39:39.589685 7609 net.cpp:434] detection_out <- mbox_priorbox I0407 18:39:39.589690 7609 net.cpp:408] detection_out -> detection_out I0407 18:39:39.589872 7609 net.cpp:150] Setting up detection_out I0407 18:39:39.589880 7609 net.cpp:157] Top shape: 1 1 1 15 (15) I0407 18:39:39.589884 7609 net.cpp:165] Memory required for data: 1686748092 I0407 18:39:39.589886 7609 net.cpp:228] detection_out does not need backward computation. I0407 18:39:39.589890 7609 net.cpp:228] mbox_conf_flatten does not need backward computation. I0407 18:39:39.589892 7609 net.cpp:228] mbox_conf_softmax does not need backward computation. I0407 18:39:39.589895 7609 net.cpp:228] mbox_conf_reshape does not need backward computation. I0407 18:39:39.589898 7609 net.cpp:228] mbox_priorbox does not need backward computation. I0407 18:39:39.589902 7609 net.cpp:228] mbox_conf does not need backward computation. I0407 18:39:39.589910 7609 net.cpp:228] mbox_loc does not need backward computation. I0407 18:39:39.589913 7609 net.cpp:228] conv9_2_mbox_priorbox does not need backward computation. I0407 18:39:39.589916 7609 net.cpp:228] conv9_2_mbox_conf_flat does not need backward computation. I0407 18:39:39.589918 7609 net.cpp:228] conv9_2_mbox_conf_perm does not need backward computation. I0407 18:39:39.589921 7609 net.cpp:228] conv9_2_mbox_conf does not need backward computation. I0407 18:39:39.589924 7609 net.cpp:228] conv9_2_mbox_loc_flat does not need backward computation. I0407 18:39:39.589926 7609 net.cpp:228] conv9_2_mbox_loc_perm does not need backward computation. I0407 18:39:39.589929 7609 net.cpp:228] conv9_2_mbox_loc does not need backward computation. I0407 18:39:39.589932 7609 net.cpp:228] conv8_2_mbox_priorbox does not need backward computation. I0407 18:39:39.589936 7609 net.cpp:228] conv8_2_mbox_conf_flat does not need backward computation. I0407 18:39:39.589937 7609 net.cpp:228] conv8_2_mbox_conf_perm does not need backward computation. I0407 18:39:39.589941 7609 net.cpp:228] conv8_2_mbox_conf does not need backward computation. I0407 18:39:39.589943 7609 net.cpp:228] conv8_2_mbox_loc_flat does not need backward computation. I0407 18:39:39.589946 7609 net.cpp:228] conv8_2_mbox_loc_perm does not need backward computation. I0407 18:39:39.589949 7609 net.cpp:228] conv8_2_mbox_loc does not need backward computation. I0407 18:39:39.589952 7609 net.cpp:228] conv7_2_mbox_priorbox does not need backward computation. I0407 18:39:39.589956 7609 net.cpp:228] conv7_2_mbox_conf_flat does not need backward computation. I0407 18:39:39.589958 7609 net.cpp:228] conv7_2_mbox_conf_perm does not need backward computation. I0407 18:39:39.589962 7609 net.cpp:228] conv7_2_mbox_conf does not need backward computation. I0407 18:39:39.589964 7609 net.cpp:228] conv7_2_mbox_loc_flat does not need backward computation. I0407 18:39:39.589967 7609 net.cpp:228] conv7_2_mbox_loc_perm does not need backward computation. I0407 18:39:39.589970 7609 net.cpp:228] conv7_2_mbox_loc does not need backward computation. I0407 18:39:39.589973 7609 net.cpp:228] conv6_2_mbox_priorbox does not need backward computation. I0407 18:39:39.589977 7609 net.cpp:228] conv6_2_mbox_conf_flat does not need backward computation. I0407 18:39:39.589979 7609 net.cpp:228] conv6_2_mbox_conf_perm does not need backward computation. I0407 18:39:39.589982 7609 net.cpp:228] conv6_2_mbox_conf does not need backward computation. I0407 18:39:39.589985 7609 net.cpp:228] conv6_2_mbox_loc_flat does not need backward computation. I0407 18:39:39.589987 7609 net.cpp:228] conv6_2_mbox_loc_perm does not need backward computation. I0407 18:39:39.589990 7609 net.cpp:228] conv6_2_mbox_loc does not need backward computation. I0407 18:39:39.589994 7609 net.cpp:228] fc7_mbox_priorbox does not need backward computation. I0407 18:39:39.589998 7609 net.cpp:228] fc7_mbox_conf_flat does not need backward computation. I0407 18:39:39.590000 7609 net.cpp:228] fc7_mbox_conf_perm does not need backward computation. I0407 18:39:39.590003 7609 net.cpp:228] fc7_mbox_conf does not need backward computation. I0407 18:39:39.590006 7609 net.cpp:228] fc7_mbox_loc_flat does not need backward computation. I0407 18:39:39.590009 7609 net.cpp:228] fc7_mbox_loc_perm does not need backward computation. I0407 18:39:39.590013 7609 net.cpp:228] fc7_mbox_loc does not need backward computation. I0407 18:39:39.590015 7609 net.cpp:228] conv4_3_norm_mbox_priorbox does not need backward computation. I0407 18:39:39.590018 7609 net.cpp:228] conv4_3_norm_mbox_conf_flat does not need backward computation. I0407 18:39:39.590021 7609 net.cpp:228] conv4_3_norm_mbox_conf_perm does not need backward computation. I0407 18:39:39.590024 7609 net.cpp:228] conv4_3_norm_mbox_conf does not need backward computation. I0407 18:39:39.590028 7609 net.cpp:228] conv4_3_norm_mbox_loc_flat does not need backward computation. I0407 18:39:39.590030 7609 net.cpp:228] conv4_3_norm_mbox_loc_perm does not need backward computation. I0407 18:39:39.590035 7609 net.cpp:228] conv4_3_norm_mbox_loc does not need backward computation. I0407 18:39:39.590039 7609 net.cpp:228] conv4_3_norm_conv4_3_norm_0_split does not need backward computation. I0407 18:39:39.590041 7609 net.cpp:228] conv4_3_norm does not need backward computation. I0407 18:39:39.590044 7609 net.cpp:228] conv9_2_conv9_2_relu_0_split does not need backward computation. I0407 18:39:39.590049 7609 net.cpp:228] conv9_2_relu does not need backward computation. I0407 18:39:39.590050 7609 net.cpp:228] conv9_2 does not need backward computation. I0407 18:39:39.590054 7609 net.cpp:228] conv9_1_relu does not need backward computation. I0407 18:39:39.590056 7609 net.cpp:228] conv9_1 does not need backward computation. I0407 18:39:39.590059 7609 net.cpp:228] conv8_2_conv8_2_relu_0_split does not need backward computation. I0407 18:39:39.590062 7609 net.cpp:228] conv8_2_relu does not need backward computation. I0407 18:39:39.590065 7609 net.cpp:228] conv8_2 does not need backward computation. I0407 18:39:39.590068 7609 net.cpp:228] conv8_1_relu does not need backward computation. I0407 18:39:39.590070 7609 net.cpp:228] conv8_1 does not need backward computation. I0407 18:39:39.590075 7609 net.cpp:228] conv7_2_conv7_2_relu_0_split does not need backward computation. I0407 18:39:39.590077 7609 net.cpp:228] conv7_2_relu does not need backward computation. I0407 18:39:39.590080 7609 net.cpp:228] conv7_2 does not need backward computation. I0407 18:39:39.590082 7609 net.cpp:228] conv7_1_relu does not need backward computation. I0407 18:39:39.590085 7609 net.cpp:228] conv7_1 does not need backward computation. I0407 18:39:39.590088 7609 net.cpp:228] conv6_2_conv6_2_relu_0_split does not need backward computation. I0407 18:39:39.590091 7609 net.cpp:228] conv6_2_relu does not need backward computation. I0407 18:39:39.590095 7609 net.cpp:228] conv6_2 does not need backward computation. I0407 18:39:39.590097 7609 net.cpp:228] conv6_1_relu does not need backward computation. I0407 18:39:39.590101 7609 net.cpp:228] conv6_1 does not need backward computation. I0407 18:39:39.590103 7609 net.cpp:228] fc7_relu7_0_split does not need backward computation. I0407 18:39:39.590107 7609 net.cpp:228] relu7 does not need backward computation. I0407 18:39:39.590111 7609 net.cpp:228] fc7 does not need backward computation. I0407 18:39:39.590113 7609 net.cpp:228] relu6 does not need backward computation. I0407 18:39:39.590116 7609 net.cpp:228] fc6 does not need backward computation. I0407 18:39:39.590119 7609 net.cpp:228] pool5 does not need backward computation. I0407 18:39:39.590121 7609 net.cpp:228] relu5_3 does not need backward computation. I0407 18:39:39.590124 7609 net.cpp:228] conv5_3 does not need backward computation. I0407 18:39:39.590127 7609 net.cpp:228] relu5_2 does not need backward computation. I0407 18:39:39.590131 7609 net.cpp:228] conv5_2 does not need backward computation. I0407 18:39:39.590133 7609 net.cpp:228] relu5_1 does not need backward computation. I0407 18:39:39.590135 7609 net.cpp:228] conv5_1 does not need backward computation. I0407 18:39:39.590138 7609 net.cpp:228] pool4 does not need backward computation. I0407 18:39:39.590142 7609 net.cpp:228] conv4_3_relu4_3_0_split does not need backward computation. I0407 18:39:39.590144 7609 net.cpp:228] relu4_3 does not need backward computation. I0407 18:39:39.590147 7609 net.cpp:228] conv4_3 does not need backward computation. I0407 18:39:39.590150 7609 net.cpp:228] relu4_2 does not need backward computation. I0407 18:39:39.590153 7609 net.cpp:228] conv4_2 does not need backward computation. I0407 18:39:39.590155 7609 net.cpp:228] relu4_1 does not need backward computation. I0407 18:39:39.590158 7609 net.cpp:228] conv4_1 does not need backward computation. I0407 18:39:39.590162 7609 net.cpp:228] pool3 does not need backward computation. I0407 18:39:39.590164 7609 net.cpp:228] relu3_3 does not need backward computation. I0407 18:39:39.590167 7609 net.cpp:228] conv3_3 does not need backward computation. I0407 18:39:39.590173 7609 net.cpp:228] relu3_2 does not need backward computation. I0407 18:39:39.590175 7609 net.cpp:228] conv3_2 does not need backward computation. I0407 18:39:39.590178 7609 net.cpp:228] relu3_1 does not need backward computation. I0407 18:39:39.590181 7609 net.cpp:228] conv3_1 does not need backward computation. I0407 18:39:39.590184 7609 net.cpp:228] pool2 does not need backward computation. I0407 18:39:39.590188 7609 net.cpp:228] relu2_2 does not need backward computation. I0407 18:39:39.590189 7609 net.cpp:228] conv2_2 does not need backward computation. I0407 18:39:39.590193 7609 net.cpp:228] relu2_1 does not need backward computation. I0407 18:39:39.590195 7609 net.cpp:228] conv2_1 does not need backward computation. I0407 18:39:39.590198 7609 net.cpp:228] pool1 does not need backward computation. I0407 18:39:39.590201 7609 net.cpp:228] relu1_2 does not need backward computation. I0407 18:39:39.590204 7609 net.cpp:228] conv1_2 does not need backward computation. I0407 18:39:39.590206 7609 net.cpp:228] relu1_1 does not need backward computation. I0407 18:39:39.590209 7609 net.cpp:228] conv1_1 does not need backward computation. I0407 18:39:39.590212 7609 net.cpp:228] data_input_0_split does not need backward computation. I0407 18:39:39.590215 7609 net.cpp:228] input does not need backward computation. I0407 18:39:39.590219 7609 net.cpp:270] This network produces output detection_out I0407 18:39:39.590265 7609 net.cpp:283] Network initialization done. I0407 18:39:39.688652 7609 net.cpp:761] Ignoring source layer data I0407 18:39:39.688701 7609 net.cpp:761] Ignoring source layer data_data_0_split I0407 18:39:39.726020 7609 net.cpp:761] Ignoring source layer mbox_loss /usr/local/lib/python2.7/dist-packages/skimage/transform/_warps.py:84: UserWarning: The default mode, 'constant', will be changed to 'reflect' in skimage 0.15. warn("The default mode, 'constant', will be changed to 'reflect' in " F0407 18:39:40.093356 7609 syncedmem.cpp:56] Check failed: error == cudaSuccess (2 vs. 0) out of memory Check failure stack trace:

DecentMakeover commented 5 years ago

Hi

Im trying to run the demo.py file, but im not able to find out where is the config.lua file?

Am i missing something?