mystic123 / tensorflow-yolo-v3

Implementation of YOLO v3 object detector in Tensorflow (TF-Slim)
https://medium.com/@pawekapica_31302/implementing-yolo-v3-in-tensorflow-tf-slim-c3c55ff59dbe
Apache License 2.0
893 stars 353 forks source link

detect nothing #75

Open henbucuoshanghai opened 5 years ago

henbucuoshanghai commented 5 years ago

W tensorflow/core/framework/allocator.cc:124] Allocation of 18874368 exceeds 10% of system memory. /home/ubuntu/tensorflow-yolo-v3/utils.py:215: RuntimeWarning: invalid value encountered in less iou_mask = ious < iou_threshold Predictions found in 0.48s

and the output img is the same sa input ,it detect nothing? why??? i have no gpu

henbucuoshanghai commented 5 years ago

tiny net

henbucuoshanghai commented 5 years ago

the detected_boxes are as follows:
[[[nan nan nan ... nan nan nan ... [nan nan nan ... nan nan nan] [nan nan nan ... nan nan nan]]]

i dont know why.

henbucuoshanghai commented 5 years ago

OP_REQUIRES failed at save_restore_v2_ops.cc:184 : Not found: Key detector/yolo-v3-tiny/Conv/BatchNorm/beta not found in checkpoint

mostafiz76 commented 5 years ago

yes for me also it detects nothing, it shows prediction in 5ms but the output image shows nothing

henbucuoshanghai commented 5 years ago

nothing。。

mostafiz76 commented 5 years ago

nothing in the sense no bounding boxes, the output image is same as the input image

1984chaowang commented 2 years ago

same for me after followed the steps iou_mask = ious < iou_threshold