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

Port DeepLabV3+ to Keras Core #1943

Merged
merged 40 commits into from
Jul 14, 2023
Merged

Conversation

ianstenbit
Copy link
Contributor

@ianstenbit ianstenbit commented Jul 12, 2023

I had to make some small adjustments to the model to a) clean up the docs a bit and b) get it in line with the paper
(https://arxiv.org/pdf/1802.02611.pdf)

@ianstenbit
Copy link
Contributor Author

/gcbrun

@ianstenbit
Copy link
Contributor Author

/gcbrun

@ianstenbit
Copy link
Contributor Author

/gcbrun

@ianstenbit
Copy link
Contributor Author

/gcbrun

@ianstenbit
Copy link
Contributor Author

/gcbrun

@ianstenbit ianstenbit marked this pull request as ready for review July 14, 2023 03:11
@ianstenbit ianstenbit requested a review from jbischof July 14, 2023 03:11
Copy link
Contributor

@jbischof jbischof left a comment

Choose a reason for hiding this comment

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

Thanks!

keras_cv/layers/spatial_pyramid.py Show resolved Hide resolved
@ianstenbit
Copy link
Contributor Author

/gcbrun

@ianstenbit ianstenbit merged commit a93f425 into keras-team:master Jul 14, 2023
9 checks passed
@ianstenbit ianstenbit changed the title Port DeepLabV3 to Keras Core Port DeepLabV3+ to Keras Core Jul 14, 2023
ghost pushed a commit to y-vectorfield/keras-cv that referenced this pull request Nov 16, 2023
* Add GPU testing for torch and jax

* Consolidate cloudbuild files

* Reformat image name

* gcr.io/cloud-builders/docker

* Underscores are hard

* Yay Docker

* I have activated my second brain cell

* IMAGE_NAME

* Entrypoint fix in jssonnet

* Re-do env variables in jssonnet

* Another one

* Testing an idea

* Try string format

* Remove bad export

* Rename + try Torch docker image

* Create a base test case with Numpy conversion

* Some test fixes

* Some test fixes

* We out here fixing tests

* Test fixes -- morning style!

* Update README and include a CUDA verification test

* Better cuda test

* Working docker config

* Last round of test fixes ... maybe?

* Some cleanup + tests

* Fix flaky torch test

* Update CI

* Fix resizing by using nearest interpolation

* Docstring cleanup

* Less disgusting fix for XLA

* Remove outdated comment

* Fix implementation to match paper

* Add support for dynamic image input size

* Cleanup

* Cleanup jit rule

* Use get_feature_extractor
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.

2 participants