Yolov5_tf icon indicating copy to clipboard operation
Yolov5_tf copied to clipboard

yolov5.pt

Open pioneer158 opened this issue 5 years ago • 2 comments
trafficstars

How to use Yolov5 weight file for detection?

pioneer158 avatar Jul 05 '20 05:07 pioneer158

Hey, Step1: do scripts/from_darknet_weights_to_pb.py to change into pb file, if yolov5.weights. However if yolov5.pt in Pytorch, it's a bit difficult. You should change pt into onnx, and then change into tensorflow pb

avBuffer avatar Jul 06 '20 09:07 avBuffer

thank you for your answer!  I have another problem ,which I use yolov4.pt to detect a image,but its performance is not good.  The detection result in accessory

------------------ 原始邮件 ------------------ 发件人: "Jay Meng"<[email protected]>; 发送时间: 2020年7月6日(星期一) 下午5:07 收件人: "avBuffer/Yolov5_tf"<[email protected]>; 抄送: "调得一手好参"<[email protected]>; "Author"<[email protected]>; 主题: Re: [avBuffer/Yolov5_tf] yolov5.pt (#2)

Hey, Step1: do scripts/from_darknet_weights_to_pb.py to change into pb file, if yolov5.weights. However if yolov5.pt in Pytorch, it's a bit difficult. You should change pt into onnx, and then change into tensorflow pb

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe.

pioneer158 avatar Jul 06 '20 09:07 pioneer158