-
Notifications
You must be signed in to change notification settings - Fork 41
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
Allowing to overwrite Prithvi and new segmentation tests. #68
Conversation
Signed-off-by: João Lucas de Sousa Almeida <[email protected]>
Signed-off-by: João Lucas de Sousa Almeida <[email protected]>
Signed-off-by: João Lucas de Sousa Almeida <[email protected]>
Signed-off-by: João Lucas de Sousa Almeida <[email protected]>
Signed-off-by: João Lucas de Sousa Almeida <[email protected]>
Signed-off-by: João Lucas de Sousa Almeida <[email protected]>
Signed-off-by: João Lucas de Sousa Almeida <[email protected]>
…o the kind of bands definition Signed-off-by: João Lucas de Sousa Almeida <[email protected]>
Signed-off-by: João Lucas de Sousa Almeida <[email protected]>
Signed-off-by: João Lucas de Sousa Almeida <[email protected]>
Signed-off-by: João Lucas de Sousa Almeida <[email protected]>
…del constructors Signed-off-by: João Lucas de Sousa Almeida <[email protected]>
Signed-off-by: João Lucas de Sousa Almeida <[email protected]>
Extend/bands
Overwrite default prithvi
Extend/bands
Signed-off-by: João Lucas de Sousa Almeida <[email protected]>
…egmentation/tests
Signed-off-by: João Lucas de Sousa Almeida <[email protected]>
@CarlosGomes98 @romeokienzler The conflicts were solved. |
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.
Adding the segmentation tests seems good to me. But the other two changes I see some issues with. Happy to discuss though
Signed-off-by: João Lucas de Sousa Almeida <[email protected]>
Signed-off-by: João Lucas de Sousa Almeida <[email protected]>
Signed-off-by: João Lucas de Sousa Almeida <[email protected]>
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.
After removing that function (if it really is never used) lgtm. Lets do that ruff on the codebase after then :)
terratorch/models/backbones/utils.py
Outdated
@@ -0,0 +1,15 @@ | |||
from terratorch.datasets import HLSBands | |||
|
|||
def _are_sublists_of_int(item) -> (bool, bool): |
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.
I believe this is never used. if so, can we remove it?
Signed-off-by: João Lucas de Sousa Almeida <[email protected]>
Signed-off-by: João Lucas de Sousa Almeida <[email protected]>
Done. |
WARNING. If this PR isn't approved (or rejected) within 7 days it will be approved as is. |
Segmentation was not being tested during fine-tuning tests.