提交 9ba7b898 编写于 作者: S sunxl1988

test=dygraph update cfg

上级 03a4656c
...@@ -6,6 +6,7 @@ epoch: 12 ...@@ -6,6 +6,7 @@ epoch: 12
use_prefetch: False use_prefetch: False
worker_num: 0 worker_num: 0
log_smooth_window: 20 log_smooth_window: 20
log_iter: 20
save_dir: output save_dir: output
metric: COCO metric: COCO
num_classes: 81 num_classes: 81
......
...@@ -6,10 +6,11 @@ epoch: 12 ...@@ -6,10 +6,11 @@ epoch: 12
use_prefetch: False use_prefetch: False
worker_num: 0 worker_num: 0
log_smooth_window: 20 log_smooth_window: 20
log_iter: 20
save_dir: output save_dir: output
metric: COCO metric: COCO
num_classes: 81 num_classes: 81
load_static_weights: false load_static_weights: true
_READER_: '../reader/mask_rcnn.yml' _READER_: '../reader/mask_rcnn.yml'
_ARCHITECHTURE_: '../architechture/mask_rcnn_fpn.yml' _ARCHITECHTURE_: '../architechture/mask_rcnn_fpn.yml'
......
...@@ -6,12 +6,12 @@ worker_num: 0 ...@@ -6,12 +6,12 @@ worker_num: 0
use_prefetch: False use_prefetch: False
epoch: 270 epoch: 270
log_smooth_window: 20 log_smooth_window: 20
log_iter: 20
save_dir: output save_dir: output
metric: COCO metric: COCO
num_classes: 80 num_classes: 80
use_fine_grained_loss: false use_fine_grained_loss: false
open_debug: False load_static_weights: true
_READER_: '../reader/yolo.yml' _READER_: '../reader/yolo.yml'
_ARCHITECHTURE_: '../architechture/yolov3.yml' _ARCHITECHTURE_: '../architechture/yolov3.yml'
......
...@@ -11,10 +11,10 @@ log_iter: 20 ...@@ -11,10 +11,10 @@ log_iter: 20
epoch: 12 epoch: 12
TrainReader: TrainReader:
batch_size: 1 batch_size: 2
shuffle: true shuffle: true
inputs_def: inputs_def:
fields: ['image', 'im_info', 'im_id', 'gt_bbox', 'gt_class', 'is_crowd', 'gt_poly'] fields: ['image', 'im_info', 'im_id', 'gt_bbox', 'gt_class', 'is_crowd', 'gt_poly']
dataset: dataset:
name: COCODataset name: COCODataset
dataset_dir: /dataset/coco dataset_dir: /home/ai/dataset/COCO17
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册