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.62k stars 2.19k forks source link

General Information #375

Closed sab3rclaw1 closed 4 years ago

sab3rclaw1 commented 5 years ago

Hi, I am using Yolov3 model to train my dataset. I was wondering if you help me explain what does the output actually says. 1) How are bounding box location estimated? Is there any formula or code that I am missing or more precisely how is percentage_probability calculated? 2) What is the meaning of the number over bounding box in detected image? Is it IoU?

Please help

OlafenwaMoses commented 5 years ago
dsdeeptisharma commented 5 years ago

Hi, I just have a question. Will this ImageAI recognizes food images too? Can it tell that its a banana or orange after seeing the image? Thanks.

OlafenwaMoses commented 5 years ago

You have to

Recognition: https://github.com/OlafenwaMoses/ImageAI/blob/master/imageai/Prediction/CUSTOMTRAINING.md

Detection: https://github.com/OlafenwaMoses/ImageAI/blob/master/imageai/Detection/Custom/CUSTOMDETECTIONTRAINING.md