beeps82 / SVHN_CNNLinks
Four digit SVHN (Street View House Number) sequence prediction with CNN using Keras with TensorFlow backend
☆26Updated 2 years ago
Alternatives and similar repositories for SVHN_CNN
Users that are interested in SVHN_CNN are comparing it to the libraries listed below
Sorting:
- A 2-CNN pipeline to do both detection (using bounding box regression) and classification of numbers on SVHN dataset.☆60Updated 7 years ago
- Gentle guide on how YOLO Object Localization works with Keras (Part 2)☆65Updated 7 years ago
- Deep-digit-detector (and recognizer) in natural scene. A digit detection framework was implemented using keras with tensorflow backend.☆185Updated 2 years ago
- face detection, verification and recognition using Keras☆141Updated 7 years ago
- Object localization in images using simple CNNs and Keras☆137Updated 6 years ago
- How to convert trained Keras model to a single TensorFlow .pb file and make prediction☆59Updated 6 years ago
- faster RCNN keras step by step implementation☆52Updated 7 years ago
- Implemented digit detector in natural scene using resnet50 and Yolo-v2. I used SVHN as the training set, and implemented it using tensorf…☆286Updated 2 years ago
- Keras re-implementation of Yolo v2 Object Detection☆29Updated 6 years ago
- How to train a Keras model to recognize variable length text | DLology☆70Updated 7 years ago
- Convolutional recurrent neural network for scene text recognition or OCR in Keras☆125Updated 4 years ago
- Detect vehicles in a video☆92Updated 6 years ago
- Repository for all the tutorials and codes shared at cv-tricks.com☆474Updated 4 years ago
- Train SSD on custom dataset.☆73Updated 4 years ago
- 4 different image classification ConvNets models for Fashion-MNIST dataset☆100Updated 3 years ago
- The dataset is used to train my own raccoon detector and I blogged about it on Medium☆72Updated 7 years ago
- A practical example of image classifier with Keras 2.x and TensorFlow backend, using the Kaggle Cats vs. Dogs dataset. By taking advantag…☆81Updated 6 years ago
- ☆63Updated 8 years ago
- License Plate Recognition based on CNN/Deep Learning☆62Updated 7 years ago
- Implementing YOLO using ResNet as the feature extraction network☆121Updated 6 years ago
- implement CRNN in Keras with Spatial Transformer Network☆100Updated 6 years ago
- Pretrained deep learning features for Documents trained on OCR results with Object Detection frameworks☆51Updated 7 years ago
- Implemented two papers for offline signature verification. Both use different deep learning techniques - Convolutional network and Siames…☆26Updated 7 years ago
- A FasterRCNN Tutorial in Tensorflow