JunlinHan / BID

Code for Blind Image Decomposition (BID) and Blind Image Decomposition network (BIDeN). ECCV, 2022.
Other
118 stars 10 forks source link

Question about model inference #6

Closed nataliameira closed 1 year ago

nataliameira commented 1 year ago

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!

JunlinHan commented 1 year ago

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!