|
|
@@ -142,7 +142,7 @@ def generate_rating_report(
|
|
|
"cornerFrontNum": 0,
|
|
|
"sideFrontNum": 0,
|
|
|
"surfaceFrontNum": 0,
|
|
|
- "scoreThreshold": float(card_data.get("detection_score") or 0),
|
|
|
+ "scoreThreshold": float(card_data.get("modified_score") or 0),
|
|
|
"evaluateNo": str(card_data.get("id")),
|
|
|
"defectDetailList": []
|
|
|
}
|