Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
MhLiao committed Jan 31, 2018
1 parent bc80e97 commit eb07b5f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,14 +57,13 @@ Please cite the related works in your publications if it helps your research:

### Installation

1. compile TextBoxes++
1. compile TextBoxes++ (Do not need to install the official caffe)
```Shell
# Modify Makefile.config according to your Caffe installation.
cp Makefile.config.example Makefile.config
make -j8
# Make sure to include $CAFFE_ROOT/python to your PYTHONPATH.
make py
make test -j8
```
2. compile CRNN (Please refer to [CRNN](https://github.com/bgshih/crnn) if you have trouble with the compilation.)
```Shell
Expand Down

0 comments on commit eb07b5f

Please sign in to comment.