sniklaus/3d-ken-burns

list index out of range

Breeze-Zero opened this issue · 1 comments

python autozoom.py --in ./images/doublestrike.jpg --out ./autozoom.mp4
Traceback (most recent call last):
File "autozoom.py", line 89, in
'objFrom': objFrom
File "", line 119, in process_autozoom
File "", line 436, in render_pointcloud
File "cupy/_util.pyx", line 59, in cupy._util.memoize.decorator.ret
File "", line 296, in launch_kernel
IndexError: list index out of range

Works just fine for me.

image

But it seems like that common.py has been modified, the line numbers don't make sense. Closing this issue for now then as I can't reproduce this with the given information and there seem to be some changes in the code.