SSD-Keras_Tensorflow icon indicating copy to clipboard operation
SSD-Keras_Tensorflow copied to clipboard

Re-implementation of SSD(Single Shot MultiBox Detector) in Keras and Tensorflow

Results 6 SSD-Keras_Tensorflow issues
Sort by recently updated
recently updated
newest added

145:T['res5a'] = conv_block(T['res4f'], 3, [512, 512, 2048], stage=5, block='a', strides=(1, 1), kernel_regularizer=kr) It might be 'strides=(2,2)'.

You have mentioned in the readme that you obtained an accuracy of 0.756. I have done training with the same configs for about 120 epochs but gets accuracy of 0.59....

hi @jedol i get this error when i run the step0-datasetto lmdb lmdb.Error: E:\sSD_tF\SSD-Keras_Tensorflow-master\data\VOC2007\train: There is not enough space on the disk. cn you pls suggest me a way to...

Hi Thanks for sharing. Trying to run your code. on VOC 07+12 I managed to run step0 created LMDB database of train and valid (needed to change LMDB.py the size...

Thank you,can you tell me how to train other datasets?

After I run the code, gpu memory gets full and remains full even though I shut down the console and start a new console. It recovers only when I restart...