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).
MIT License
1.73k stars 787 forks source link

Problem with BatchGenerator #417

Open blackhero10 opened 5 years ago

blackhero10 commented 5 years ago

I have a problem with the BatchGenerator file.

When I run model.fit_generator(...) as shown in the Blood Cell Detection file I get the Error: "TypeError: object of type BatchGenerator has no len()"

What have I done wrong?