-
Notifications
You must be signed in to change notification settings - Fork 107
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
yolov5.pt #2
Comments
Hey, |
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.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
How to use Yolov5 weight file for detection?
The text was updated successfully, but these errors were encountered: