-
Notifications
You must be signed in to change notification settings - Fork 2
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
Problems in the code #3
Comments
Hello, have you resolved this issue? Is it okay to just change the model name? Do you have any other questions? |
Well, not yet. I failed to run their implementation. But they have it implemented in Code/lib/model_pvt.py. You can check class XMSNet to have a glance their idea. However, they don't provide pretrained model as well as predicted saliency maps. So ... Comparatively, another work of their group, HiDANet, has complete codes with saliency maps. This one is better if you want to learn codes. |
Check the issue, I replied under your comments. Send this email to make
sure you see it. Good luck!
Howdy1218 ***@***.***> 于2024年3月25日周一 15:40写道:
… Hello, have you resolved this issue? Is it okay to just change the model
name? Do you have any other questions?
—
Reply to this email directly, view it on GitHub
<#3 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AH7RUHP3Z644FFNNMTFHWGDYZ7IGDAVCNFSM6AAAAABD3QB6V2VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDAMJXGM4TGMJUGM>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
can't run the codes with "python train.py"
the reason is you define your model as MRNet()
model = MRNet()
in line 25, train.py.Guess you upload the wrong version.
The text was updated successfully, but these errors were encountered: