mirror of
https://github.com/open-mmlab/mmcv.git
synced 2025-06-03 21:54:52 +08:00
11 lines
186 B
Python
11 lines
186 B
Python
# Copyright (c) OpenMMLab. All rights reserved.
|
|
import os.path as osp
|
|
|
|
|
|
def func(x):
|
|
return x
|
|
|
|
_base_ = ['./l1.py', './l2.yaml', './l3.json', './l4.py']
|
|
item3 = False
|
|
item4 = 'test'
|