1234567891011 |
- _BASE_: [
- '../datasets/coco_detection.yml',
- '../runtime.yml',
- '_base_/optimizer_270e.yml',
- '_base_/yolov3_mobilenet_v1.yml',
- '_base_/yolov3_reader.yml',
- ]
- snapshot_epoch: 5
- pretrain_weights: https://paddledet.bj.bcebos.com/models/pretrained/MobileNetV1_ssld_pretrained.pdparams
- weights: output/yolov3_mobilenet_v1_ssld_270e_coco/model_final
|