githubharald / SimpleHTR

Handwritten Text Recognition (HTR) system implemented with TensorFlow.
https://towardsdatascience.com/2326a3487cd5
MIT License
1.99k stars 893 forks source link

Data visualization #158

Closed GavinLiao89 closed 1 year ago

GavinLiao89 commented 1 year ago

Hello, I was wondering how can I get the visualized data of CNN output and RNN output like fig.4 and fig.5 in your medium article? Thanks!

githubharald commented 1 year ago

Hi, the visualization code is not included. But you can reproduce it with the lib matplotliband then plotting the features (outputs of CNN layers).

GavinLiao89 commented 1 year ago

I understood, thank you for answering!