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

Fit predict #1963

Merged
merged 4 commits into from
Jul 20, 2023
Merged

Fit predict #1963

merged 4 commits into from
Jul 20, 2023

Conversation

Xrenya
Copy link
Contributor

@Xrenya Xrenya commented Jul 20, 2023

What does this PR do?

Add details to predict and call for OD models regarding box decoding and NMS.

Fixes issue

Before submitting

  • This PR fixes a typo or improves the docs (you can dismiss the other checks if that's the case).
  • Did you read the contributor guideline,
    Pull Request section?
  • Was this discussed via a Github issue? Please add a link
    to it if that's the case.
  • Did you write any new necessary tests?
  • If this adds a new model, can you run a few training steps on TPU in Colab to ensure that no XLA incompatible OP are used?

Who can review?

Anyone in the community is free to review the PR once the tests have passed. Feel free to tag
members/contributors who may be interested in your PR.

@ianstenbit

@google-cla
Copy link

google-cla bot commented Jul 20, 2023

Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).

View this failed invocation of the CLA check for more information.

For the most up to date status, view the checks section at the bottom of the pull request.

Copy link
Contributor

@ianstenbit ianstenbit left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Love this -- thank you for the PR!

@ianstenbit
Copy link
Contributor

/gcbrun

@ianstenbit ianstenbit merged commit 42137e9 into keras-team:master Jul 20, 2023
9 checks passed
ghost pushed a commit to y-vectorfield/keras-cv that referenced this pull request Nov 16, 2023
* Update retinanet.py

* Update yolo_v8_detector.py

* Update retinanet.py

* Update yolo_v8_detector.py
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.

discrepancy between model(input) and model.predict(input)
2 participants