DetectionTeamUCAS / RRPN_Faster-RCNN_Tensorflow

A tensorflow re-implementation of RRPN: Arbitrary-Oriented Scene Text Detection via Rotation Proposals.
254 stars 89 forks source link

RuntimeWarning: invalid value encountered in true_divide #28

Open Jnyle opened 5 years ago

Jnyle commented 5 years ago

when I tried to test my images, it told me that:

restore model ../libs/box_utils/draw_box_in_img.py:187: RuntimeWarning: invalid value encountered in true_divide img = np.array(img*255/np.max(img), np.uint8)

Did anyone encounter the same problem?

zhangsong1213 commented 5 years ago

I got the same problem , did u wrok out?