Joint-Bilateral-Learning
Joint-Bilateral-Learning copied to clipboard
test error
Hello,there is a problem when I run test.py:
Traceback (most recent call last):
File "test.py", line 67, in
input :single image
could you help me?
modify the code like that: cont_feat = net.encode_with_intermediate(low_cont.unsqueeze(0)) style_feat = net.encode_with_intermediate(low_style.unsqueeze(0)) coeffs, output = model(cont_img.unsqueeze(0), cont_feat, style_feat)
thank you,problem solved successfully.