single-shot-detector icon indicating copy to clipboard operation
single-shot-detector copied to clipboard

A lightweight version of RetinaNet

Results 4 single-shot-detector issues
Sort by recently updated
recently updated
newest added

Hello, I was able to use your repository to train my own model. I want to use it for deployment using ONNX. Can you help me out with the same...

i want to use the visualization_utils.py. i found '''But it isn't working yet.''' will you updated this ??? thank you!!

num_classes = 1 estimator.evaluate(input_fn=val_input_fn, steps=None, hooks=[val_iterator_initializer_hook]) error: UnknownError (see above for traceback): KeyError: 1 help !!!

hi, I want to set ckpt file name as model.ckpt-000201.data-* saver = tf.train.Saver(max_to_keep=1000, pad_step_number=True) pad_step_number=True is the setting. how to set saver in estimator.train() ??? help !!!