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

Accuracy is low #8

Open Kiennguyen08 opened 2 years ago

Kiennguyen08 commented 2 years ago

I have downloaded your pre-trained model and tested it by training 1 epoch with the same dataset, but the accuracy was low 0.25 and val_loss was at about 3.5. Was it normal?