allanzelener / YAD2K

YAD2K: Yet Another Darknet 2 Keras
Other
2.71k stars 879 forks source link

Loading pretrained voc weights to tiny yolo v2 gives poor result #172

Open Ajaz-Ahmad opened 4 years ago

Ajaz-Ahmad commented 4 years ago

Hi,

I am trying to load tiny yolo v2 voc weights to yolo network in tensorflow. It loads successfully, however it does not detects any object. Here is the link to the code: https://github.com/Ajaz-Ahmad/YOLO-WeightLoader

Please help me. thanks