YOLO_tensorflow
YOLO_tensorflow copied to clipboard
OverflowError: signed integer is less than minimum
HI ,
I have extracted the weights for YOLO tiny and try to use your code to predicted the person.jpg... adn the follow error came up.
Loading complete!
Detect from test/person.jpg
class : bird , [x,y,w,h]=[4764318,-2995212,997766463488,135557791744], Confidence = 17189599232.0
Traceback (most recent call last):
File "YOLO_tiny_tf.py", line 237, in
Any ideas ? ... the confident level looks way too big .
I have also tried to use the yolo_small weights .. and basically I got NANs in everything.
I saw a similar issue being raised ... and he used the wrong config file ... here is How i prodcued the weights text files ... ./darknet yolo test cfg/yolo-tiny.cfg tiny-yolo-voc.weights
so I assume I used the correct config ...