ManishSoni1908 / Mobilenet-ssd-keras

A Keras port of Single Shot MultiBox Detector as Mobilenet as a Backbone
62 stars 24 forks source link

Model trained on my scales, an outstanding empty prediction list. #14

Open Artem921 opened 4 years ago

Artem921 commented 4 years ago

in file: infer_mobilenet_ssd.py y_pred_decoded = decode_y(y_pred, confidence_thresh=0.25, iou_threshold=0.45, top_k=100, input_coords='centroids', normalize_coords=True, img_height=img_height, img_width=img_width) print(y_pred_decoded)

out: [ [ ] ]