Quellcode durchsuchen

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

caida vor 1 Jahr
Ursprung
Commit
c7b4fa338d
1 geänderte Dateien mit 2 neuen und 2 gelöschten Zeilen
  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,