forked from PulseFocusPlatform/PulseFocusPlatform
9 lines
211 B
YAML
9 lines
211 B
YAML
|
_BASE_: [
|
||
|
'../datasets/coco_detection.yml',
|
||
|
'../runtime.yml',
|
||
|
'_base_/optimizer_1x.yml',
|
||
|
'_base_/faster_rcnn_r50.yml',
|
||
|
'_base_/faster_reader.yml',
|
||
|
]
|
||
|
weights: output/faster_rcnn_r50_1x_coco/model_final
|