JunlinHan / BID

Code for Blind Image Decomposition (BID) and Blind Image Decomposition network (BIDeN). ECCV, 2022.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Question about model inference

nataliameira opened this issue · comments

Hi @JunlinHan,

When performing the test with the following command:

python test.py --dataroot ./datasets/raina --name task2a --model raina --dataset_mode raina --test_input B

--test_input B means I'm only testing with the rain noise cases? Use only the weight of that specific case?

(I'm sorry for this primary question, I would really like to understand about your project)

Thank you!

Yes! test_input will control the testing cases. The mode is identical for all cases (model is able to handle all possible cases).

Hope it helps!