nsknsl

Results 4 issues of nsknsl

![image](https://user-images.githubusercontent.com/8767260/56020722-62e26000-5d3a-11e9-9226-48ded82a12b4.png) ![image](https://user-images.githubusercontent.com/8767260/56020753-71c91280-5d3a-11e9-8388-03ed7de1a550.png)

external

In ssd.py, I found net['input'] = input_tensor net['conv1_1'] = Convolution2D(64, 3, 3, activation='relu', border_mode='same', name='conv1_1')(net['input']) I know Convolution2D, but I can not understant it times (net['input']) ,and I did not...

I found the output is from conv4_3, fc7, conv6_2, conv7_2, conv8_2, pool6 but the paper is from conv4_3 , fc7, conv9_2, conv10_2, conv11_2 and the number of default box is...

what does the 'file' refer to and what it should be? thank you.