Skip to content
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

Open
wants to merge 9 commits into
base: master
Choose a base branch
from

Conversation

susnato
Copy link

@susnato susnato commented Aug 24, 2021

I tried to convert it to Tensorflow 2.x backend compatible.
Requirements:
Tensorflow 2.X
=>Tested on Tensorflow==2.6.0

@susnato susnato changed the title Tf 2.x compatible TF 2.x compatible Aug 24, 2021
@susnato susnato changed the title TF 2.x compatible keras-yolo3 compatible for TF 2.x Apr 17, 2022
@mazatov
Copy link

mazatov commented Nov 7, 2024

@susnato , I have weights trained using the original repo and I'm trying to run it on TF2. Would your repo help with that?

@wowo68
Copy link

wowo68 commented Nov 7, 2024 via email

@susnato
Copy link
Author

susnato commented Nov 7, 2024

Hi @mazatov, what issue are you facing?

@mazatov
Copy link

mazatov commented Nov 7, 2024

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.

@susnato
Copy link
Author

susnato commented Nov 7, 2024

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)??

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants