Text-Detection-using-Yolo-Algorithm-in-keras-tensorflow icon indicating copy to clipboard operation
Text-Detection-using-Yolo-Algorithm-in-keras-tensorflow copied to clipboard

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.

Results 6 Text-Detection-using-Yolo-Algorithm-in-keras-tensorflow issues
Sort by recently updated
recently updated
newest added

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...

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

Hi Neeraj, I am getting huge X.npy file after pre-processing. For the images which are of total 248 MB, i am getting X.npy file of size 2.8GB. I am using...

Hello. Thank you for your model. I have faced with a problem. I don't have any accuracy improvements during training, the loss is also hovering at the some value, with...

Updated this codebase notebook with Google Colab support for 2023. Solving issue #9 @Neerajj9 @Enigmo109

Hello, I'm trying to fit the model with dataset that u linked on readme. During my test loss value starts at 200 - 800 (depend on batch size and lr)...