HideUnderBush / UI2I_via_StyleGAN2

Unsupervised image-to-image translation method via pre-trained StyleGAN2 network
Other
222 stars 30 forks source link

permission denied at convert #11

Closed ghost closed 3 years ago

ghost commented 3 years ago

Traceback (most recent call last): File "convert_weight.py", line 235, in with open(args.path, "rb") as f: PermissionError: [Errno 13] Permission denied: 'D:/converted'

I set up environment correctly in conda, python 3.6 and tf=1.14 torch with cpp extension and after defeating all the errors i got this one. Any idea what this might be? :) thanks ia