-
Notifications
You must be signed in to change notification settings - Fork 2
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
utf-8 #2
Comments
Why transform SSD.pb into yolov4.pb?Can error code location be provided? |
This is a program I wanna change, I wanna use yolov4.weights trained by darknet to convert to frozen_yolov4. pb, and then replace the ssd in the picture one. but I just convert the yolov4. weights to saved_model in picture two. The saved_model couldn't run in my program.
I use your code to convert yolov4. weights, it's finished. but when i replace the ssd ,it appears following error in the picture 3.
Thanks for your replay.
On 1/26/2021 10:09,RenLuXi<[email protected]> wrote:
Why transform SSD.pb into yolov4.pb?Can error code location be provided?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub, or unsubscribe.
|
Hi, I'm sorry, I didn't see the picture, but my code can only convert yolov4-tiny to pb model, not SSD model. |
Thank you for your reply, i will put the picture into annex. may be i can't explanation the question, i wanna convert the yolov4 to tf.pb model, then replace the ssd.pb model in my program. Looking forward to your reply
On 1/26/2021 12:32,RenLuXi<[email protected]> wrote:
Hi, I'm sorry, I didn't see the picture, but my code can only convert yolov4-tiny to pb model, not SSD model.
—
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
when i have converted the yolov4 to yolov4.pb model, and changing the SSD.pb to yolov4.pb, i encounter the error"'utf-8' codec can't decode byte 0xd5 in position 99: invalid continuation byte" i wanna to ask some question about the convert procession to you ,if you know some solution,please reply me and i will appreciate you very much, my question is above. Thank you.
The text was updated successfully, but these errors were encountered: