增加对训练和推理中图片情况的判断
This commit is contained in:
@ -120,7 +120,7 @@ def run_detect_yolo(detect_in: ProjectDetectLogIn, detect: ProjectDetect, train:
|
||||
return detect_log
|
||||
|
||||
|
||||
def run_commend(weights: str, source: str, project: str, name: str,
|
||||
async def run_commend(weights: str, source: str, project: str, name: str,
|
||||
log_id: int, detect_id: int, session: Session):
|
||||
"""
|
||||
执行yolov5的推理
|
||||
|
Reference in New Issue
Block a user