Belval / TextRecognitionDataGenerator

A synthetic data generator for text recognition
MIT License
3.27k stars 975 forks source link

Adding Dilated convolution layer #54

Closed thak123 closed 5 years ago

thak123 commented 5 years ago

How can Dilated convolution be employed in the current setting. ?

Came across this repository doing similar .. https://github.com/MaybeShewill-CV/CRNN_Tensorflow

Belval commented 5 years ago

Is it possible that you opened this issue on the wrong repo? https://github.com/Belval/CRNN is the repo where I implemented CRNN. This is a data generator that I used to create more data.

Assuming that it wasn't the case and that you really meant to ask this here. I do not know how dilated convolution could be applied to OCR data generation. Going through the search results on Google it does not seem related.

thak123 commented 5 years ago

Sorry wrong repo... my fault