Explorar el Código

Merge branch 'test' of https://git.yishihui.com/algorithm/rov-offline into test

caida hace 1 año
padre
commit
c7b4fa338d
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      config.py

+ 2 - 2
config.py

@@ -1567,8 +1567,8 @@ class BaseConfig(object):
             'max_update_step': 5,  # 最大调整步数
             # 调整步长
             'threshold_update': {
-                'ab0': 1 / 144,
-                'ab1': 1 / 144,
+                'ab0': 1 / 216,
+                'ab1': 1 / 216,
                 'ab2': 1 / 144,
                 'ab3': 1 / 144,
                 'ab4': 1 / 144,