-
Notifications
You must be signed in to change notification settings - Fork 3.4k
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
keras-yolo3
compatible for TF 2.x
#756
base: master
Are you sure you want to change the base?
Conversation
@susnato , I have weights trained using the original repo and I'm trying to run it on TF2. Would your repo help with that? |
这是来自QQ邮箱的假期自动回复邮件。你好,我最近正在休假中,无法亲自回复你的邮件。我将在假期结束后,尽快给你回复。
|
Hi @mazatov, what issue are you facing? |
I have a Yolov3 model that I trained using original Keras repo. Now I'm trying to load that same model h5 file through tensorflow 2 and I get lots of errors just by creating a Yolo instance. I was wondering if I can somehow use your repo to be able to load that model. |
Hi @mazatov , can you give more information about how you are trying to load it? what version of dependencies you are using? Can you post the script you are using? And share the weights too (if you are comfortable in sharing those)?? |
I tried to convert it to Tensorflow 2.x backend compatible.
Requirements:
Tensorflow 2.X
=>Tested on Tensorflow==2.6.0