-
Notifications
You must be signed in to change notification settings - Fork 14
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
In Eval_SCD.py #24
Comments
Hello! Thank you for reply :) I solved this problem myself two days ago, and I remember that maybe this solution didn't solve the problem. The dimensions of the image array didn't match, so I kept the rgb directory, while at the same time loading the 'Color2Index' function in RS_ST.py, I used it and solved the problem. Is it okay to pull request for that part? |
The evaluation codes suppose that the input results are index predictions. There are options in 'pred_SCD.py' to control whether to output index predictions or RGB predictions. |
I understood, Thx :) |
hello, how to deal with the question, could you give me some advice? thank you |
|
Hello,I have set the four files like this:INFER_DIR1 = r'C:\Users\dell\Desktop\Bi_SRNet_main\Bi_SRNet\pred_dir\im1_rgb' # Inference path1 |
Hello, I read this issue and I'm not going well with it, too:
#21
Can you explain in more detail what parts of the code I should change?
The text was updated successfully, but these errors were encountered: