Mobilenet-ssd-keras icon indicating copy to clipboard operation
Mobilenet-ssd-keras copied to clipboard

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

Open Artem921 opened this issue 4 years ago • 0 comments

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: [ [ ] ]

Artem921 avatar Jun 16 '20 08:06 Artem921