gliese581gg / YOLO_tensorflow

tensorflow implementation of 'YOLO : Real-Time Object Detection'
Other
1.72k stars 656 forks source link

Facing Problems While Testing #4

Closed ghost closed 6 years ago

ghost commented 8 years ago

First, my sincere thanks for making the implementation available in tensorflow framework.

Problem 1: When I run on "small" weight file, I sometimes face the issue sometimes not even for the same image as present in the test folder. The issue is "OverflowError: signed integer is less than minimum"

My PC specifics have a CPU RAM of 12gb and a GPU TITAN X

Problem 2: When I run on "tiny" weight file, the image after detection shows rectangle made on different parts even when testing multiple times on the same image. Also, the the custom setting seem not to work in my case.

Please do help. Thanks.