|
@@ -211,7 +211,7 @@ public class SceneEvaluationRuleService {
|
|
|
|
|
|
|
|
|
/**
|
|
|
- * 场景上传计算复杂度
|
|
|
+ * 场景上传计算复杂度,计算复杂度需要用到 osc 和 odr 路径,计算危险度用 evaluationPath
|
|
|
*
|
|
|
* @param param
|
|
|
*/
|
|
@@ -240,7 +240,6 @@ public class SceneEvaluationRuleService {
|
|
|
"/scenario_criticality_algorithm.py",
|
|
|
"/scenario_evaluation_main.py",
|
|
|
"/scenario_evaluation_utils52.py"
|
|
|
-
|
|
|
);
|
|
|
for (String pyFilePath : scriptFilePath) {
|
|
|
Response download = fileDownService.download(MinioParameter.builder().objectName(sceneEvaluationScript + pyFilePath).build());
|