Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Single Shot Text Detector with Regional Attention

License

NotificationsYou must be signed in to change notification settings

BestSonny/SSTD

Repository files navigation

License

Single Shot Text Detector with Regional Attention

Introduction

SSTD is initially described in ourICCV 2017 spotlight paper.

A third-party implementation of SSTD + Focal Loss. Thanks,Ho taek Han

If you find it useful in your research, please consider citing:

@inproceedings{panhe17singleshot,      Title   = {Single Shot Text Detector with Regional Attention},      Author  = {He, Pan and Huang, Weilin and He, Tong and Zhu, Qile and Qiao, Yu and Li, Xiaolin},      Note    = {Proceedings of Internatioanl Conference on Computer Vision (ICCV)},      Year    = {2017}      }@inproceedings{panhe16readText,      Title   = {Reading Scene Text in Deep Convolutional Sequences},      Author  = {He, Pan and Huang, Weilin and Qiao, Yu and Loy, Chen Change and Tang, Xiaoou},      Note    = {Proceedings of AAAI Conference on Artificial Intelligence, (AAAI)},      Year    = {2016}      }@inproceedings{liu16ssd,      Title   = {{SSD}: Single Shot MultiBox Detector},      Author  = {Liu, Wei and Anguelov, Dragomir and Erhan, Dumitru and Szegedy, Christian and Reed, Scott and Fu, Cheng-Yang and Berg, Alexander C.},      Note    = {Proceedings of European Conference on Computer Vision (ECCV)},      Year    = {2016}      }

Installation

  1. Get the code. We will call the directory that you cloned Caffe into$CAFFE_ROOT
git clone https://github.com/BestSonny/SSTD.gitcd SSTD
  1. Build the code. Please followCaffe instruction to install all necessary packages and build it.
# Modify Makefile.config according to your Caffe installation.cp Makefile.config.example Makefile.configmake -j8# Make sure to include $CAFFE_ROOT/python to your PYTHONPATH.make pymaketest -j8# (Optional)make runtest -j8# build nmscd examples/textmakecd ..
  1. Run the demo code. Download Modelgoogle drive,baiduyun and put it intext/model folder
cd examplessh text/download.shmkdir text/resultpython text/demo_test.py

About

Single Shot Text Detector with Regional Attention

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

[8]ページ先頭

©2009-2025 Movatter.jp