Commit 8f1f3303 authored by Yizhou Wang's avatar Yizhou Wang
Browse files

update config files

parent 62e303cc
......@@ -23,8 +23,8 @@ dataset_cfg = dict(
)
model_cfg = dict(
type='CDC',
name='rodnet-cdc-win16-mnet',
type='CDCv2',
name='rodnet-cdcv2-win16-mnet',
max_dets=20,
peak_thres=0.3,
ols_thres=0.3,
......
......@@ -23,8 +23,8 @@ dataset_cfg = dict(
)
model_cfg = dict(
type='HG',
name='rodnet-hg1-win16-mnet',
type='HGv2',
name='rodnet-hg1v2-win16-mnet',
max_dets=20,
peak_thres=0.4,
ols_thres=0.3,
......
......@@ -23,8 +23,8 @@ dataset_cfg = dict(
)
model_cfg = dict(
type='HGwI',
name='rodnet-hg1wi-win16-mnet',
type='HGwIv2',
name='rodnet-hg1wiv2-win16-mnet',
max_dets=20,
peak_thres=0.3,
ols_thres=0.3,
......
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