-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Add unet encoder-decoder and image output feature #3913
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
Conversation
@justinxzhao, I opened this PR and closed the previous PR 3870 due to git rebase issues. I've addressed your comments in this PR. I'm attaching some sample results. Each result has the input image, the label mask and a predicted mask.
|
Unit Test Results 6 files ±0 6 suites ±0 13m 50s ⏱️ -26s Results for commit 30feafb. ± Comparison against base commit 9bb89c6. This pull request skips 2 tests.
|
@vijayi1 This is super cool! Thanks for addressing prior comments and putting together the PR. LGTM! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
PR looks great!! Amazing work!
Non-blocking, but two quick follows up (can be done after this PR is merged):
- Would you be able to add unit tests for the new functions added in
image_utils.py
? Also happy for you to create a follow up PR to add tests for those util functions! - Are you also able to create a PR in https://github.com/ludwig-ai/ludwig-docs for the new image encoder and decoder? We can do it after we merge this PR again,
Thanks for the reviews. @arnavgarg1, I'll create follow up PRs for those two points. I do not have write access to merge this PR. Please advise on the next step. |
@vijayi1 - Sounds good! Will keep a lookout for those PRs. We just merged your PR into master! |
Hey @vijayi1! This was a marquee feature in our Ludwig 0.10.0 release and we'd love to give you a shoutout on LinkedIn. Is there a way to connect? My LinkedIn is https://www.linkedin.com/in/arnavgrg/, feel free to connect! |
Hi @arnavgarg1, thanks for the shoutout. I'm not on LinkedIn, but I did lookup the release announcement. |
No worries! And glad you were able to see it :) Just wanted to make sure you knew and we really appreciate the contribution! |
@vijayi1 What is your handle in the Ludwig community Slack? Thank you! |
"Vijay I", I just joined. |
Code Pull Requests
Please provide the following:
Added a UNet encoder and decoder stack.
Added an image output feature, and image utils to detect pixel classes.
Added an image semantic segmentation example using a kaggle dataset.
Added test cases for encoder, decoder and dataset.
Test example included in PR.