feat 代码整理

fix
This commit is contained in:
zhouchengrong
2024-09-26 14:12:17 +08:00
parent 04b15aa200
commit dbc90ea350
7 changed files with 622 additions and 108 deletions

View File

@@ -4,7 +4,7 @@ import numpy as np
from pymilvus import MilvusClient
from app.core.config import *
from app.service.design_batch.utils.design_ensemble import get_keypoint_result
from app.service.design.utils.design_ensemble import get_keypoint_result
logger = logging.getLogger(__name__)