-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Add MAnet #310
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 MAnet #310
Conversation
A few more things:
May be write a little bit more in description of the model in docstring |
👍 |
* add MAnet arch * add MAnet arch * update docs, readme, docstring * fix docstring, rename decoder parameters
Thanks sharing! module 'segmentation_models_pytorch' has no attribute 'MAnet' |
Install the latest version, look at the instructions in README.md |
I have the latest version. MAnet still does not show up. |
@pritesh-aidash @qubvel same thing for me. So I did
And it showed
trying to do smp.MAnet doesnt work, but smp.manet.MAnet does |
Paper: https://ieeexplore.ieee.org/abstract/document/9201310
Seems to work better than Unet, similar to Unet++ but faster
An implementation is similar to the original in the paper, except for encoder part.