change default to 0.5 (#605)
This commit is contained in:
parent
1f8944b974
commit
53967f23d0
@ -1 +1 @@
|
||||
version = '2.1.29'
|
||||
version = '2.1.30'
|
||||
|
||||
@ -31,5 +31,5 @@ ip_list = [cn_ip, cn_canny, cn_cpds]
|
||||
default_ip = cn_ip
|
||||
|
||||
default_parameters = {
|
||||
cn_ip: (0.4, 0.6), cn_canny: (0.4, 1.0), cn_cpds: (0.4, 1.0)
|
||||
cn_ip: (0.5, 0.6), cn_canny: (0.5, 1.0), cn_cpds: (0.5, 1.0)
|
||||
} # stop, weight
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user