-
Notifications
You must be signed in to change notification settings - Fork 443
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
Add Self-SL configs for SegNext #2215
Add Self-SL configs for SegNext #2215
Conversation
otx/algorithms/segmentation/configs/ham_segnext_b/selfsl/hparam.yaml
Outdated
Show resolved
Hide resolved
Hi @sungchul2, do we have time to update this PR and check if it works correctly? We updated SegNext from experimental template. |
d543796
to
2363cc6
Compare
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.
Too nitpick, but could you please fix the license notice?
src/otx/algorithms/segmentation/configs/ham_segnext_b/selfsl/__init__.py
Outdated
Show resolved
Hide resolved
src/otx/algorithms/segmentation/configs/ham_segnext_b/selfsl/data_pipeline.py
Outdated
Show resolved
Hide resolved
src/otx/algorithms/segmentation/configs/ham_segnext_b/selfsl/model.py
Outdated
Show resolved
Hide resolved
src/otx/algorithms/segmentation/configs/ham_segnext_s/selfsl/__init__.py
Outdated
Show resolved
Hide resolved
src/otx/algorithms/segmentation/configs/ham_segnext_s/selfsl/data_pipeline.py
Outdated
Show resolved
Hide resolved
src/otx/algorithms/segmentation/configs/ham_segnext_s/selfsl/model.py
Outdated
Show resolved
Hide resolved
src/otx/algorithms/segmentation/configs/ham_segnext_t/selfsl/__init__.py
Outdated
Show resolved
Hide resolved
src/otx/algorithms/segmentation/configs/ham_segnext_t/selfsl/data_pipeline.py
Outdated
Show resolved
Hide resolved
src/otx/algorithms/segmentation/configs/ham_segnext_t/selfsl/model.py
Outdated
Show resolved
Hide resolved
@goodsong81 Updated all. |
src/otx/algorithms/segmentation/configs/ham_segnext_b/selfsl/hparam.yaml
Show resolved
Hide resolved
@sungchul2 thanks for the PR. Do you have any experimental results obtained with this configs? |
I updated one of many results. Some results showed dropped performance but they are usually ~-2.0 mDice. |
Summary
This PR is just to add Self-SL configs for our new semantic segmentation model, SegNext.
Performance verification for these configs is required.
With this configs, Self-SL training normally works with the below script:
Experimental results
How to test
Checklist
License
Feel free to contact the maintainers if that's a concern.