Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

File NOT found #33

Open
ghost opened this issue Jan 1, 2024 · 0 comments
Open

File NOT found #33

ghost opened this issue Jan 1, 2024 · 0 comments

Comments

@ghost
Copy link

ghost commented Jan 1, 2024

Could you please guide me how to fix the below issue. I encountered while trying Repose - Upper Body

/content/PWS
Traceback (most recent call last):
File "/content/PWS/inference.py", line 144, in
generate(args, g_ema, device, mean_latent)
File "/content/PWS/inference.py", line 48, in generate
input_pose = np.array(Image.open(os.path.join(path, input_name+'_iuv.png')))
File "/usr/local/lib/python3.10/dist-packages/PIL/Image.py", line 3227, in open
fp = builtins.open(filename, "rb")
FileNotFoundError: [Errno 2] No such file or directory: './test_data/source_iuv.png'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

0 participants