qqwweee / keras-yolo3

A Keras implementation of YOLOv3 (Tensorflow backend)
MIT License
7.14k stars 3.45k forks source link

Help and configuring YOLO correctly ? #415

Open newinai opened 5 years ago

newinai commented 5 years ago

Hi,

I have some questions about YOLO configuration for my AI problem.

To resume :

Configuration:

After multiple training trials :

Evaluation :

Some questions :

Thank you in advance !

robisen1 commented 4 years ago

Are your classes very different from the COCO classes? When you say original size do you mean you cut the parts of interest out of the large image, or did you rescale the image, or you are passing that whole image to the system? I am assuming you are not passing the whole image since that would take a long time to train. Also are the images very similar meaning the same object in the same place at maybe a slight change in direction, distance, etc? Otherwise, everything looks like your doing it right.