robinreni96 / Font_Recognition-DeepFont

Its a implementation of DeepFont : Identify Your Font from An Image using Keras
MIT License
211 stars 72 forks source link

Pretrained Model "top_model.h5" #9

Open zhangqiqi1228 opened 1 year ago

zhangqiqi1228 commented 1 year ago

Could you please provide the download link for the pretrained model "top_model.h5"? Thanks!

Pragya251990 commented 1 year ago

Did you get the link for model ?

zhangqiqi1228 commented 1 year ago

Did you get the link for model ?

No. But I used the codes in another project to train the model.

You may refer to this link: https://github.com/HemingwayLee/deepfont-implement

ogkalu2 commented 10 months ago

@zhangqiqi1228 Do you mind sharing the model you trained ?

zhangqiqi1228 commented 10 months ago

@zhangqiqi1228 Do you mind sharing the model you trained ?

You may try this model.

Actually, I recommend you use the codes in "deepfont-implement" project, which I shared above. I trained and inferred font detection with this project.

Model link: https://drive.google.com/file/d/1LbGJT40OEJ9bXQpUHX9zy9XM3A-j1nCR/view?usp=sharing

ogkalu2 commented 10 months ago

@zhangqiqi1228 Thank you ! What dataset and languages did you train on ?

zhangqiqi1228 commented 10 months ago

@zhangqiqi1228 Thank you ! What dataset and languages did you train on ?

I only tested 4 fonts. Just put the font file you want to train in the fonts folder. By using the create_data.py you can create your own training set.

image

kelogs commented 1 month ago

@zhangqiqi1228

I tried the other repo as you did; recognition seems off there. Got any clues ?

https://github.com/HemingwayLee/deepfont-implement/issues/2

Thanks!