Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
unsky committed Dec 20, 2017
1 parent f663c3a commit 62cc4fa
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,12 @@ This is the unoffical version Feature Pyramid Network for Feature Pyramid Netwo


the mxnet unoffical version Feature Pyramid Network: https://github.com/unsky/Feature-Pyramid-Networks
# results
coming soon
# usage
dowload `ResNet50.caffemodel` and your dataset
download `ResNet50.caffemodel` and your dataset
### make caffe
```
```bash
cd FP-caffe
mkdir build
cd build
Expand All @@ -16,15 +18,17 @@ make -j16 all
```
### make lib

```
```bash
cd lib
make
```
### train

```
./experiments/scripts/FP_Net_end2end.sh 1 FPN pascal_voc

```
### test
```
./test.sh 1 FPN pascal_voc
```

if you have issue about the fpn, open an issue.

0 comments on commit 62cc4fa

Please sign in to comment.