Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
brjathu
/
HMR2.0
like
81
Runtime error
App
Files
Files
Community
12
9c71efd
HMR2.0
/
vendor
/
detectron2
/
tests
/
config
/
dir1
/
load_rel.py
brjathu
Adding HF files
29a229f
over 1 year ago
raw
Copy download link
history
blame
Safe
142 Bytes
# test that load_rel can work
from
detectron2.config
import
LazyConfig
x = LazyConfig.load_rel(
"dir1_a.py"
,
"dir1a_dict"
)
assert
x[
"a"
] ==
1