matthewearl / deep-anpr

Using neural networks to build an automatic number plate recognition system
MIT License
1.84k stars 698 forks source link

./detect.py:RuntimeWarning: overflow encountered in exp #55

Open Tian14267 opened 7 years ago

Tian14267 commented 7 years ago

I run the last step , and I get this error: /media/vrview/3864C54964C50B18/LPR/deep-anpr/common.py:42: RuntimeWarning: overflow encountered in exp exps = numpy.exp(a.astype(numpy.float64)) /media/vrview/3864C54964C50B18/LPR/deep-anpr/common.py:43: RuntimeWarning: invalid value encountered in divide return exps / numpy.sum(exps, axis=-1)[:, numpy.newaxis] Does someone know it ?

zhLawliet commented 6 years ago

hi, @Tian14267 have you solved this problem?