Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
bgshih committed Aug 1, 2018
1 parent 45db483 commit 058b6bc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@ The implementation of ASTER reuses code from [Tensorflow Object Detection API](h

## Prerequisites

ASTER is developed and tested with *TensorFlow r1.4*.
ASTER was developed and tested with **TensorFlow r1.4**. Higher versions may not work.

ASTER requires [Protocol Buffers](https://github.com/google/protobuf) (version>=2.6). Besides, in Ubuntu 16.04:
```
sudo apt install cmake libcupti-dev
pip3 install --user tensorflow-gpu protobuf tqdm numpy editdistance
pip3 install --user protobuf tqdm numpy editdistance
```

## Installation
Expand Down

0 comments on commit 058b6bc

Please sign in to comment.