摘要: # coding=utf-8 import sys sys.path.append('../yolov5') import torch weights_file = your_path+'best.pt' ckpt = torch.load(weights_file) print(type(ckpt 阅读全文
posted @ 2021-09-28 11:04 wxiaoli 阅读(1220) 评论(0) 推荐(0) 编辑