KupynOrest / DeblurGAN

Image Deblurring using Generative Adversarial Networks
Other
2.52k stars 521 forks source link

No module named util #95

Open liupengfei1234 opened 6 years ago

liupengfei1234 commented 6 years ago

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

MarStarck commented 6 years ago

set PYTHONPATH to be your DeblurGAN dir.