Skip to content

Commit

Permalink
Merge pull request #21 from javiribera/master
Browse files Browse the repository at this point in the history
added required packages to README.md
  • Loading branch information
longcw committed Jun 7, 2017
2 parents 223144c + 7a3e56f commit 3418777
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,15 @@ by Shaoqing Ren, Kaiming He, Ross Girshick, Jian Sun.
- [x] Evaluation

### Installation and demo
0. Install the requirements (you can use pip or [Anaconda](https://www.continuum.io/downloads)):

```
conda install pip pyyaml sympy h5py cython numpy scipy
conda install -c menpo opencv3
pip install easydict
```


1. Clone the Faster R-CNN repository
```bash
git clone [email protected]:longcw/faster_rcnn_pytorch.git
Expand Down

0 comments on commit 3418777

Please sign in to comment.