Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
navaneethbodla authored Apr 18, 2017
1 parent dc97adf commit fa1260e
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 @@ -18,7 +18,7 @@ For testing a model on COCO or PASCAL, use the following script
--def models/${PT_DIR}/${NET}/rfcn_end2end/test_agnostic.prototxt \
--net ${NET_FINAL} \
--imdb ${TEST_IMDB} \
--cfg experiments/cfgs/rfcn_end2end_ohem.yml \
--cfg experiments/cfgs/rfcn_end2end_ohem_${PT_DIR}.yml \
--set TEST.SOFT_NMS 1 # performs soft-NMS with linear weighting
${EXTRA_ARGS}
```
Expand All @@ -31,7 +31,7 @@ TEST_IMDB in {voc_0712_test,coco_2014_val} is the test imdb
TEST.SOFT_NMS in {0,1,2}. 0 is standard NMS, 1 perform soft-NMS with linear weighting and 2 performs soft-NMS with gaussian weighting

Please refer to [py-R-FCN-multiGPU](https://github.com/bharatsingh430/py-R-FCN-multiGPU/) for details about setting up object detection pipelines.
This repository also contains code for training these detectors on multiple GPUs. The COCO detection model for R-FCN can be found [here](https://drive.google.com/open?id=0B6T5quL13CdHOUc0UmRxWEFqTEk). All other detection models are publicly available.
This repository also contains code for training these detectors on multiple GPUs. The COCO detection model for R-FCN can be found [here](https://drive.google.com/file/d/0B6T5quL13CdHMGtMUWFFSXd2Ym8). All other detection models are publicly available.


### Citing Soft-NMS
Expand Down

0 comments on commit fa1260e

Please sign in to comment.