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

Get an error towards the end of the script IndexError: list index out of range #3

Closed
darkwraithcovenant opened this issue Jul 15, 2015 · 2 comments

Comments

@darkwraithcovenant
Copy link

I am a bit new to this, but when I ran it, it would run through the inception layers just fine how it normally would, towards the last few lines I got the following error.
Traceback (most recent call last):
File "dreamer.py", line 254, in
main(args.input, args.output, args.preview, args.octaves, args.octavescale, args.iterations, args.jitter, args.zoom,
args.stepsize, args.blend, args.layers)
File "dreamer.py", line 169, in main
img = PIL.Image.open(inputdir+'/'+vids[0])
IndexError: list index out of range

@samim23
Copy link
Owner

samim23 commented Jul 15, 2015

Will push a new version of the animator end of week. fixing this bug and adding optical flow and guided dreaming. This bug is ignorable, it just a sloppy mistake how your very last frame is handled.

@samim23
Copy link
Owner

samim23 commented Jul 21, 2015

This bug has been resolved by v.1.1

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