mirror of https://github.com/alibaba/EasyCV.git
5 lines
115 B
Python
5 lines
115 B
Python
|
_base_ = [
|
||
|
'./dino_5sc_swinl.py', '../common/dataset/autoaug_coco_detection.py',
|
||
|
'./dino_schedule_1x.py'
|
||
|
]
|