"...git@developer.sourcefind.cn:renzhc/diffusers_dcu.git" did not exist on "798e17187d5a5fd9a44d2587938ff6a39b205254"
Commit 34c81f97 authored by Yizhou Wang's avatar Yizhou Wang
Browse files

update config files

parent 8f1f3303
...@@ -29,6 +29,7 @@ model_cfg = dict( ...@@ -29,6 +29,7 @@ model_cfg = dict(
peak_thres=0.3, peak_thres=0.3,
ols_thres=0.3, ols_thres=0.3,
mnet_cfg=(4, 32), mnet_cfg=(4, 32),
dcn=False,
) )
confmap_cfg = dict( confmap_cfg = dict(
......
...@@ -30,6 +30,7 @@ model_cfg = dict( ...@@ -30,6 +30,7 @@ model_cfg = dict(
ols_thres=0.3, ols_thres=0.3,
stacked_num=1, stacked_num=1,
mnet_cfg=(4, 32), mnet_cfg=(4, 32),
dcn=False,
) )
confmap_cfg = dict( confmap_cfg = dict(
......
...@@ -30,6 +30,7 @@ model_cfg = dict( ...@@ -30,6 +30,7 @@ model_cfg = dict(
ols_thres=0.3, ols_thres=0.3,
stacked_num=1, stacked_num=1,
mnet_cfg=(4, 32), mnet_cfg=(4, 32),
dcn=False,
) )
confmap_cfg = dict( 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