Skip to content
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

Accessing The Actual Predicited Masks #5

Closed
malcolmagius19 opened this issue Jan 6, 2022 · 2 comments
Closed

Accessing The Actual Predicited Masks #5

malcolmagius19 opened this issue Jan 6, 2022 · 2 comments

Comments

@malcolmagius19
Copy link

Hi, I tried to replicate your code and managed to replicate the test on the DUTS test set using TE0_0 pretrained model. However I would like to know how to get the actual masks predicted of the images after running the test. Thanks, Malcolm

@Karel911
Copy link
Owner

Karel911 commented Jan 7, 2022

Hi,
If you want to get the prediction map (actual masks), add the arguments below.
python main.py test --exp_num 0 --arch 0 --img_size 320 --save_map True
You can find the maps from the directory named pred_map/
Thanks.

@malcolmagius19
Copy link
Author

Hi Karel, thanks for the quick response. Your suggestion worked perfectly, Legend <3

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants