Skip to content

Commit

Permalink
fix markdown
Browse files Browse the repository at this point in the history
  • Loading branch information
Michal Busta committed Oct 22, 2017
1 parent ddafbfa commit 63d2503
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
The implementation of [DeepTextSpotter](https://drive.google.com/open?id=0B8SUcdkLTcuTSmo4T2ozMWtDaUU): An End-to-End Trainable Scene Text Localization and Recognition Framework : ICCV 2017.


##Installation
## Installation

1. Get the proper version of [caffe](https://github.com/MichalBusta/caffe.git)
- or take required layers: Transpose, Reorg, Region, CTCLoss
Expand All @@ -29,20 +29,20 @@ make
make install (optionally)
```

##Download models
## Download models

RPN: https://drive.google.com/open?id=0B8SUcdkLTcuTZjRHeUpjdzhmbFE
OCR: https://drive.google.com/open?id=0B8SUcdkLTcuTMmI0TS1uNDJaZGs

the paths are hard-coded, models shoud be at models subdirectory

##Run webcam demo
## Run webcam demo

```
python2 demo.py
```

##Notes:
## Notes:
- The provided RPN model is tiny version of full "YOLOv2" detector (= demo runs at 7 fps on 1GB Nvidia GPU)
- For decoding final output, we provide just greedy and dictionary based prefix decoding

Expand Down

0 comments on commit 63d2503

Please sign in to comment.