mirror of
https://github.com/open-mmlab/mmengine.git
synced 2025-06-03 21:54:44 +08:00
* tmp commit * refine docstring * minor refine * fix as comment * add tutorial for merge_from_dict * minor refine * minor refine * export md by jupyter * temp add ipnb * refine the docs * remote ipynb * fix as comment * add change _base_.variable * Fix as comment * minor refine * Fix as comment * Fix as comment * minor refine
7 lines
197 B
Python
7 lines
197 B
Python
_base_ = [
|
|
'mmdet::_base_/schedules/schedule_1x.py',
|
|
'mmdet::_base_/datasets/coco_instance.py',
|
|
'mmdet::_base_/default_runtime.py',
|
|
'mmdet::_base_/models/faster-rcnn_r50_fpn.py',
|
|
]
|