在网格搜索中加入了可视化,但是训练脚本好像给改错了。

This commit is contained in:
2025-12-03 18:39:15 +08:00
parent 5b31827740
commit 3e271a61c2
4 changed files with 189 additions and 2 deletions
+6 -2
View File
@@ -46,6 +46,10 @@ logger = logging.getLogger(__name__)
's': [56.0, 60.0, 64.0, 68.0], # scale参数
'm': [0.32, 0.35, 0.38, 0.40], # margin参数
},
'whole_ingredient': {
's': [56.0, 60.0, 64.0, 68.0, 72.0],
'm': [0.32, 0.35, 0.38, 0.40, 0.45],
},
"""
GRID_PARAMS = {
'dish': {
@@ -53,8 +57,8 @@ GRID_PARAMS = {
'm': [0.32, 0.35, 0.38, 0.40,0.45,0.50], # margin参数
},
'whole_ingredient': {
's': [56.0, 60.0, 64.0, 68.0, 72.0],
'm': [0.32, 0.35, 0.38, 0.40, 0.45],
's': [56.0, 60.0 ,64.0, 68.0],
'm': [0.32, 0.35, 0.38, 0.40],
},
'processed_ingredient': {
's': [56.0, 60.0, 64.0, 68.0],