dafanghe / Tensorflow_SceneText_Oriented_Box_PredictorLinks
This project modify tensorflow object detection api code to predict oriented bounding boxes. It can be used for scene text detection.
☆29Updated 7 years ago
Alternatives and similar repositories for Tensorflow_SceneText_Oriented_Box_Predictor
Users that are interested in Tensorflow_SceneText_Oriented_Box_Predictor are comparing it to the libraries listed below
Sorting:
- implement CRNN in Keras with Spatial Transformer Network☆100Updated 6 years ago
- Implement 'Single Shot Text Detector with Regional Attention, ICCV 2017 Spotlight'☆83Updated 7 years ago
- RRD: Rotation-Sensitive Regression for Oriented Scene Text Detection☆101Updated 7 years ago
- Convert scene text dataset ICDAR2013, ICDAR2015 to PASCAL_VOC dataset☆35Updated 7 years ago
- RFCN implement based on Keras&Tensorflow☆72Updated 6 years ago
- use STN+CNN+BLSTM+CTC to do OCR☆93Updated 7 years ago
- use yolo2 to detect character☆22Updated 7 years ago
- TextBoxes re-implement using tensorflow☆44Updated 8 years ago
- A TensorFlow implementation of NRTR, a No-Recurrence Seq2Seq Model for Scene Text Recognition☆31Updated 6 years ago
- caffe re-implementation of R2CNN: Rotational Region CNN for Orientation Robust Scene Text Detection☆81Updated 7 years ago
- Synthetic_Data_Engine_For_Text_Recognition☆37Updated 8 years ago
- I implemented a detection algorithm with a classification data set that does not have annotation information for the bounding box. Based …☆31Updated 7 years ago
- Multi-Oriented Scene Text Detection via Corner Localization and Region Segmentation☆21Updated 7 years ago
- SSD using TensorFlow object detection API with EfficientNet backbone☆63Updated 6 years ago
- A tensorflow implemention of EAST text detector☆30Updated 8 years ago
- Airbus Ship Detection Challenge 10th Code.☆33Updated 7 years ago
- Implementation for CVPR 2018 text recognition Paper by Tensorflow: "AON: Towards Arbitrarily-Oriented Text Recognition"☆109Updated 7 years ago
- gan for license plate generation☆19Updated 8 years ago
- Lots of semantic image segmentation implementations in Tensorflow/Keras☆64Updated 6 years ago
- A novel region proposal network for more general object detection ( including scene text detection ).☆157Updated 6 years ago
- ShuffleNet Implementation using Keras Functional Framework 2.0☆77Updated 5 years ago
- This is repository is based on Detectron. It can detect quadrilaterals (four sides are not parallel) instead of only bounding boxes. It c…