# CRNN_TensorFlow2 **Repository Path**: futureflsl/CRNN_TensorFlow2 ## Basic Information - **Project Name**: CRNN_TensorFlow2 - **Description**: A tensorflow2 implementation of CRNN(Convolutional Recurrent Neural Network). - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2020-07-09 - **Last Updated**: 2021-03-23 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # CRNN_TensorFlow2 A tensorflow2 implementation of CRNN(Convolutional Recurrent Neural Network). ## Acknowledgments 1. https://github.com/watsonyanghx/CNN_LSTM_CTC_Tensorflow 2. https://github.com/MaybeShewill-CV/CRNN_Tensorflow 3. https://github.com/FLming/CRNN.tf2 ## References 1. [An End-to-End Trainable Neural Network for Image-based Sequence Recognition and Its Application to Scene Text Recognition](https://arxiv.org/abs/1507.05717)