-
Notifications
You must be signed in to change notification settings - Fork 463
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
feat: add rotated linknet_resnet18 tensorflow ckpts #817
Conversation
Codecov Report
@@ Coverage Diff @@
## main #817 +/- ##
==========================================
- Coverage 95.99% 95.69% -0.30%
==========================================
Files 131 133 +2
Lines 5042 5133 +91
==========================================
+ Hits 4840 4912 +72
- Misses 202 221 +19
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
There are conflicts to be resolved if we are to move forward with the PR :) |
ping @charlesmindee :) |
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.
With the recent changes on the loss, I think there has some conflicts to resolve before moving on with this!
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.
isort isn't happy but the rest is good 👍
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.
Thanks!
Following #816, this PR adds the checkpoints of the trained linket_resnet18 on rotated samples.
Any feedback is welcome!