neil454

Results 2 issues of neil454

In fact, in videotest.py, VideoTest.run() has a parameter conf_thresh, which is set to the expected value of 0.6, but then [when calling detection_out()](https://github.com/rykov8/ssd_keras/blob/master/testing_utils/videotest.py#L125), it doesn't pass conf_thresh at all. Instead...

Hello, thank you so much for this Keras implementation of SSD! I have successfully ported the caffe weights for SSD trained on the COCO dataset (300x300 input, 80+1 classes), and...