HiDT icon indicating copy to clipboard operation
HiDT copied to clipboard

Questions about running art data wikiart

Open yanmingqiang opened this issue 3 years ago • 0 comments

Hello, I am trying to work similar to yours recently. Your work has given me a lot of inspiration, but when I run your wikiart part of the code on windows according to README.md, the following problem appears. Can you help me solve it?

D:\ANACONDA3\envs\pytorch\python.exe D:/HiDT-master/HiDT-master/infer_on_folders.py result path : .\results/ 100%|██████████| 6/6 [00:00<00:00, 14.09it/s] 100%|██████████| 9/9 [00:00<00:00, 138.83it/s] Traceback (most recent call last): File "D:/HiDT-master/HiDT-master/infer_on_folders.py", line 114, in main() File "D:/HiDT-master/HiDT-master/infer_on_folders.py", line 69, in main if args.enhancement == 'generator': AttributeError: 'Namespace' object has no attribute 'enhancement'

Process finished with exit code 1

yanmingqiang avatar Dec 27 '21 09:12 yanmingqiang