Change to the new added

This commit is contained in:
jackyu66git
2025-06-12 17:02:15 +08:00
parent 747f74c1d1
commit b4ded5d7d2
3 changed files with 178 additions and 80 deletions
+2 -2
View File
@@ -269,8 +269,8 @@ class ChanKLU:
self.fx_strength = final_score
# 转换为0-100分制以保持接口一致性
#self.fx_strength = int((final_score + 3) * 100 / 6) # -3到3映射到0-100
if final_score > 1.8:
print(self.time, final_score, is_bi_end, post_fx_confirmation, fx_quality)
#if final_score > 1.8:
#print(self.time, final_score, is_bi_end, post_fx_confirmation, fx_quality)
#print(self.time, final_score, is_bi_end, post_fx_confirmation, fx_quality)
#self.fx_strength = self.cal_fx()
return self.fx_strength