Mobilenet-ssd-keras
Mobilenet-ssd-keras copied to clipboard
Model trained on my scales, an outstanding empty prediction list.
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: [ [ ] ]