Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
MichalBusta authored Oct 24, 2017
1 parent 63d2503 commit 00a6549
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@

The implementation of [DeepTextSpotter](https://drive.google.com/open?id=0B8SUcdkLTcuTSmo4T2ozMWtDaUU): An End-to-End Trainable Scene Text Localization and Recognition Framework : ICCV 2017.

## Requirements
- python2.7
- opencv 3.x with python bindings

## Installation

Expand All @@ -29,6 +32,15 @@ make
make install (optionally)
```

3. build project
```
cd "SOURCE dir"
mkdir build
cd build
cmake ..
make
```

## Download models

RPN: https://drive.google.com/open?id=0B8SUcdkLTcuTZjRHeUpjdzhmbFE
Expand Down

0 comments on commit 00a6549

Please sign in to comment.