Skip to content

Commit

Permalink
added required packages to README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
javiribera authored and Javi Ribera committed Jun 3, 2017
1 parent 223144c commit 7a3e56f
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 7a3e56f

Please sign in to comment.