更换文档检测模型
This commit is contained in:
15
paddle_detection/configs/ppyolo/ppyolo_test.yml
Normal file
15
paddle_detection/configs/ppyolo/ppyolo_test.yml
Normal file
@@ -0,0 +1,15 @@
|
||||
_BASE_: [
|
||||
'../datasets/coco_detection.yml',
|
||||
'../runtime.yml',
|
||||
'./_base_/ppyolo_r50vd_dcn.yml',
|
||||
'./_base_/optimizer_1x.yml',
|
||||
'./_base_/ppyolo_reader.yml',
|
||||
]
|
||||
|
||||
snapshot_epoch: 16
|
||||
|
||||
EvalDataset:
|
||||
!COCODataSet
|
||||
image_dir: test2017
|
||||
anno_path: annotations/image_info_test-dev2017.json
|
||||
dataset_dir: dataset/coco
|
||||
Reference in New Issue
Block a user