All Projects → chenxinpeng → Ssd_scene_text_detection

chenxinpeng / Ssd_scene_text_detection

Detect text in natural images with SSD, Single Shot Detection

Projects that are alternatives of or similar to Ssd scene text detection

Coronavirus Epidemic Covid 19
👩🏻‍⚕️Covid-19 estimation and forecast using statistical model; 新型冠状病毒肺炎统计模型预测 (Jan 2020)
Stars: ✭ 228 (-0.44%)
Mutual labels:  jupyter-notebook
Statistics python codes
《统计学原理实验教程(Python)》书中代码实现。尽可能加注释,力求代码的可复用性。
Stars: ✭ 230 (+0.44%)
Mutual labels:  jupyter-notebook
Dsnd term1
Contains files related to content and project of DSND
Stars: ✭ 229 (+0%)
Mutual labels:  jupyter-notebook
18335
18.335 - Introduction to Numerical Methods course
Stars: ✭ 228 (-0.44%)
Mutual labels:  jupyter-notebook
Kagglestruggle
Kaggle Struggle
Stars: ✭ 228 (-0.44%)
Mutual labels:  jupyter-notebook
Weatherbench
A benchmark dataset for data-driven weather forecasting
Stars: ✭ 227 (-0.87%)
Mutual labels:  jupyter-notebook
Pydata Book
Materials and IPython notebooks for "Python for Data Analysis" by Wes McKinney, published by O'Reilly Media
Stars: ✭ 16,386 (+7055.46%)
Mutual labels:  jupyter-notebook
Transfer learning music
Transfer learning for music classification and regression tasks
Stars: ✭ 228 (-0.44%)
Mutual labels:  jupyter-notebook
Scnn
Segment-CNN: A Framework for Temporal Action Localization in Untrimmed Videos via Multi-stage CNNs
Stars: ✭ 228 (-0.44%)
Mutual labels:  jupyter-notebook
Cd4ml Workshop
Repository with sample code and instructions for "Continuous Intelligence" and "Continuous Delivery for Machine Learning: CD4ML" workshops
Stars: ✭ 229 (+0%)
Mutual labels:  jupyter-notebook
Satellite analysis
Analysis scripts of things related to satellites
Stars: ✭ 228 (-0.44%)
Mutual labels:  jupyter-notebook
Functional intro to python
[tutorial]A functional, Data Science focused introduction to Python
Stars: ✭ 228 (-0.44%)
Mutual labels:  jupyter-notebook
Pytorch Transformers Classification
Based on the Pytorch-Transformers library by HuggingFace. To be used as a starting point for employing Transformer models in text classification tasks. Contains code to easily train BERT, XLNet, RoBERTa, and XLM models for text classification.
Stars: ✭ 229 (+0%)
Mutual labels:  jupyter-notebook
Gpt2bot
Your new Telegram buddy powered by transformers
Stars: ✭ 228 (-0.44%)
Mutual labels:  jupyter-notebook
Snap N Eat
Food detection and recommendation with deep learning
Stars: ✭ 229 (+0%)
Mutual labels:  jupyter-notebook
Deep Learning In Production
Develop production ready deep learning code, deploy it and scale it
Stars: ✭ 216 (-5.68%)
Mutual labels:  jupyter-notebook
Nlp
Stars: ✭ 229 (+0%)
Mutual labels:  jupyter-notebook
Applied Reinforcement Learning
Reinforcement Learning and Decision Making tutorials explained at an intuitive level and with Jupyter Notebooks
Stars: ✭ 229 (+0%)
Mutual labels:  jupyter-notebook
Predicting winning teams
This is the code for "Predicting the Winning Team with Machine Learning" by Siraj Raval on Youtube
Stars: ✭ 229 (+0%)
Mutual labels:  jupyter-notebook
Question Generation
Generating multiple choice questions from text using Machine Learning.
Stars: ✭ 227 (-0.87%)
Mutual labels:  jupyter-notebook

Note

This repository is not being actively maintained due to lack of time and interest. My sincerest apologies to the open source community for allowing this project to stagnate. I hope it was useful for some of you as a jumping-off point.

SSD_scene-text-detection

The note about the original paper: SSD: Single Shot MultiBox Detector can be found here.

This practice is inspired by ssd-plate_detection

The detail of the above code can read my blog: http://blog.csdn.net/u010167269/article/details/52851667, which was written in chinese.

Meanwhile, I have uploaded my training caffemodel to BaiduYun, Google Drive, Dropbox.

Some examples of the scene text detection:

Good Cases

Bad Cases

Note

Currently, I mainly focus on image/video captioning.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].