Spaces:
Runtime error
Runtime error
File size: 142 Bytes
a9a0ec2 |
1 2 3 4 5 6 |
# test that load_rel can work
from detectron2.config import LazyConfig
x = LazyConfig.load_rel("dir1_a.py", "dir1a_dict")
assert x["a"] == 1
|