Hi @KupynOrest , thanks for releasing your code for both training and test.
When I run the demo, it occurs error as follows. Can you help me?Thank you!
bacon@bacon:~/lpf/DeblurGAN-master$ python test.py --dataroot /home/bacon/lpf/DeblurGAN-master/ima --model test --dataset_mode single
Traceback (most recent call last):
File "test.py", line 3, in
from options.test_options import TestOptions
File "/home/bacon/lpf/DeblurGAN-master/options/test_options.py", line 1, in
from .base_options import BaseOptions
File "/home/bacon/lpf/DeblurGAN-master/options/base_options.py", line 3, in
from util import util
ImportError: No module named util
Hi @KupynOrest , thanks for releasing your code for both training and test. When I run the demo, it occurs error as follows. Can you help me?Thank you! bacon@bacon:~/lpf/DeblurGAN-master$ python test.py --dataroot /home/bacon/lpf/DeblurGAN-master/ima --model test --dataset_mode single Traceback (most recent call last): File "test.py", line 3, in
from options.test_options import TestOptions
File "/home/bacon/lpf/DeblurGAN-master/options/test_options.py", line 1, in
from .base_options import BaseOptions
File "/home/bacon/lpf/DeblurGAN-master/options/base_options.py", line 3, in
from util import util
ImportError: No module named util