allanzelener / YAD2K

YAD2K: Yet Another Darknet 2 Keras
Other
2.72k stars 880 forks source link

How to validate yolo on my dataset? #85

Open alice17 opened 6 years ago

alice17 commented 6 years ago

Hi, I'm new to Keras. I'm trying to validate yolo model on my own dataset in order to have accuracy metrics. Can I use model.evaluate() function on the saved Keras model? I already preprocessed images and bounding boxes.