Skip to content
This repository was archived by the owner on Feb 18, 2023. It is now read-only.

Commit f4e1aa4

Browse files
authored
fix typo
1 parent 0ec7cd2 commit f4e1aa4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

model/resnet_v1_101_coco_fcis_end2end_ohem.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,9 +54,9 @@ dataset:
5454
NUM_CLASSES: 81
5555
dataset: coco
5656
dataset_path: "./data/coco"
57-
image_set: train2014 # train2014+valminusminival2014
57+
image_set: train2016 # train2014+valminusminival2014
5858
root_path: "./data"
59-
test_image_set: val2014 #test-dev2015
59+
test_image_set: val2016 #test-dev2015
6060
proposal: rpn
6161
TRAIN:
6262
lr: 0.0005
@@ -139,7 +139,7 @@ TRAIN:
139139
- 10.0
140140
- 1.0
141141
CONVNEW3: true
142-
TEST:s
142+
TEST:
143143
# use rpn to generate proposal
144144
HAS_RPN: true
145145
# size of images for each device

0 commit comments

Comments
 (0)