Neerajj9 / Text-Detection-using-Yolo-Algorithm-in-keras-tensorflow

Implemented the YOLO algorithm for scene text detection in keras-tensorflow (No object detection API used) The code can be tweaked to train for a different object detection task using YOLO.
MIT License
152 stars 57 forks source link

ValueError: You are trying to load a weight file containing 109 layers into a model with 59 layers. #7

Open Nisit007 opened 3 years ago

Nisit007 commented 3 years ago

i have copied this code and run it. It show me this error. What should i do?