mirror of
https://gitee.com/nanjing-yimao-information/ieemoo-ai-gift.git
synced 2025-08-23 23:50:25 +00:00
修改测试
This commit is contained in:
@ -43,7 +43,7 @@ def get_image_list(path):
|
||||
|
||||
|
||||
def _init():
|
||||
model = YOLOv10('ckpts/20250620/best_gift_v10n.pt')
|
||||
model = YOLOv10('ckpts/20250701/best_gift_v10n.pt')
|
||||
return model
|
||||
|
||||
|
||||
@ -94,8 +94,5 @@ def main(path):
|
||||
|
||||
|
||||
if __name__ == "__main__":
|
||||
# path = '../data_center/gift/trace_subimgs/d50' # 间距为50时
|
||||
# path = '../data_center/gift/trace_subimgs/actual_test' # 永辉超市实测
|
||||
path = '../data_center/gift/gift_test' #yolov10单图测试
|
||||
# path = '../data_center/gift/trace_subimgs/tracluster' # tracluster方法过滤
|
||||
main(path)
|
Reference in New Issue
Block a user