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

[Errno 2] No such file or directory: './pts_in_hull.npy' #2

Open
DiegoVallejoDev opened this issue Jul 26, 2020 · 1 comment
Open

Comments

@DiegoVallejoDev
Copy link

❯ python colorizeVideoV2.py -i '.\video\ color.mp4' -o colorized.mp4

Starting timing...

[INFO] warming up camera...
Traceback (most recent call last):
  File "colorizeVideoV2.py", line 78, in <module>
    pts_in_hull = np.load('./pts_in_hull.npy')
  File "C:\Python38\lib\site-packages\numpy\lib\npyio.py", line 416, in load
    fid = stack.enter_context(open(os_fspath(file), "rb"))
FileNotFoundError: [Errno 2] No such file or directory: './pts_in_hull.npy'
@KINGSAMP
Copy link

yoo, so you gotta go into ColorizedVideoV2.py and change replace the text on line 78 to this
pts_in_hull = np.load('models/pts_in_hull.npy')

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

2 participants