Skip to content

Commit 671b463

Browse files
committed
2 parents 1e09d30 + 0443a9d commit 671b463

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@ put VOCdevkit2007 under data folder.
1010

1111
To train a resnet101, run:
1212
```
13-
./experiments/scripts/train_faster_rcnn.sh 0 pascal_voc res101
14-
```
13+
CUDA_VISIBLE_DEVICES=0 python trainval_net.py --set ANCHOR_SCALES "[8, 16, 32]" ANCHOR_RATIOS "[0.5,1,2]
14+
```
1515
Alternatively, to train a vgg16, run:
1616
```
17-
./experiments/scripts/train_faster_rcnn.sh 0 pascal_voc vgg16
17+
CUDA_VISIBLE_DEVICES=0 python test_net.py --set ANCHOR_SCALES "[8, 16, 32]" ANCHOR_RATIOS "[0.5,1,2]"
1818
```
1919

2020
#### Faster-RCNN

0 commit comments

Comments
 (0)