OlafenwaMoses / ImageAI

A python library built to empower developers to build applications and systems with self-contained Computer Vision capabilities
https://www.genxr.co/#products
MIT License
8.58k stars 2.19k forks source link

Imageai custom trained model not detecting objects #575

Open ab-101 opened 4 years ago

ab-101 commented 4 years ago

I trained a custom YOLOv3 model following the documentation provided on, https://imageai.readthedocs.io/en/latest/customdetection/index.html, the model has an accuracy of 52 percent but is not detecting anything, even when i test it on the training images.

naimulhq commented 3 years ago

You might want to try and change the minimum_percentage_probability value in the detectObjectsFromImage function in the CustomObjectDetection class to a value less than 50.