experiencor / keras-yolo3

Training and Detecting Objects with YOLO3
MIT License
1.6k stars 861 forks source link

Help and configuring YOLO correctly ? #182

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 !

kabrau commented 5 years ago

Do I need to calculate my own dataset anchors? If yes, is it compatible with my original size 6000px*4000px ?

Is there a relation between anchors and min_input_size and max_input_size ?

Do I need to increase min_input_size and max_input_size ?

Why my loss not decreasing more ?

Is it possible to print val_loss ? And is it a good thing to print it ? If no, when to stop training with only loss ?

What do you suggest more ?

sabrinatuli commented 5 years ago

How can I compute min_input_size and max_input_size for my dataset? I have generated my own anchors, but don't know what to do with min and max_input_size.