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

The model I trained is the model of edge detection #7

Open
qizhouqiqi opened this issue Sep 6, 2022 · 0 comments
Open

The model I trained is the model of edge detection #7

qizhouqiqi opened this issue Sep 6, 2022 · 0 comments

Comments

@qizhouqiqi
Copy link

Use the following command:
python main.py --template MLEFGN --save MLEFGN_Gray_15 --scale 1 --reset --save_results --patch_size 64 --ext sep_reset
I got model_best.pt from Train/experiment/MLEFGN_Gray_15/model
But,when I use the following command to test,
python main.py --data_test MyImage --scale 1 --model MLEGN --pre_train ../model/model_best.pt --test_only --save_results --chop --save "MLEFGN_Gray_15" --testpath ../LR/LRBI --testset Set12
I got an edge detection image.
0801x1

How can I get a image denoising model?

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

1 participant