"examples/pytorch/vscode:/vscode.git/clone" did not exist on "6124667f42151e5e395fa195da1438904367cdad"
Commit 34c81f97 authored by Yizhou Wang's avatar Yizhou Wang
Browse files

update config files

parent 8f1f3303
......@@ -29,6 +29,7 @@ model_cfg = dict(
peak_thres=0.3,
ols_thres=0.3,
mnet_cfg=(4, 32),
dcn=False,
)
confmap_cfg = dict(
......
......@@ -30,6 +30,7 @@ model_cfg = dict(
ols_thres=0.3,
stacked_num=1,
mnet_cfg=(4, 32),
dcn=False,
)
confmap_cfg = dict(
......
......@@ -30,6 +30,7 @@ model_cfg = dict(
ols_thres=0.3,
stacked_num=1,
mnet_cfg=(4, 32),
dcn=False,
)
confmap_cfg = dict(
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment