-
Notifications
You must be signed in to change notification settings - Fork 149
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
Unet3 #907
Conversation
Check out this pull request on See visual diffs & provide feedback on Jupyter Notebooks. Powered by ReviewNB |
* unet first sketch * unet missing pieces, dataloader, learner * freeze learner in adapted_fastai_learner * adds missing builder template for masks * change resnet cut to not have avg_pool * adds semantic segmentation record * adds SemanticMaskFile * adds binary parameter to SemanticMaskFile * testing if can commit to unet branch * adding segmentation visualization Co-authored-by: lgvaz <lgvaz42@gmail.com> Co-authored-by: Lucas Vazquez <lucasgouvaz@gmail.com>
Codecov Report
@@ Coverage Diff @@
## master #907 +/- ##
==========================================
- Coverage 87.51% 86.57% -0.95%
==========================================
Files 235 250 +15
Lines 5054 5384 +330
==========================================
+ Hits 4423 4661 +238
- Misses 631 723 +92
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
No description provided.