experiencor / keras-yolo2

Easy training on custom dataset. Various backends (MobileNet and SqueezeNet) supported. A YOLO demo to detect raccoon run entirely in brower is accessible at https://git.io/vF7vI (not on Windows).

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ZeroDivisionError

johnsonloo opened this issue · comments

relative_w = (float(obj['xmax']) - float(obj[''xmin]))/cell_w
ZeroDivisionError: float division by zero

Check your annotation XML and make sure that the width and height properties are filled out

when i train my model i also faced that problem everything is ok but give that error ..
ZeroDivisionError: float division by zero