增加测试维度

This commit is contained in:
lee
2025-06-25 16:23:20 +08:00
parent 3d364aa0bd
commit 96a9445761
6 changed files with 141 additions and 33 deletions

View File

@ -43,7 +43,7 @@ def get_image_list(path):
def _init():
model = YOLOv10('ckpts/20250514/best_gift_v10n.pt')
model = YOLOv10('ckpts/20250620/best_gift_v10n.pt')
return model