sniklaus / 3d-ken-burns

an implementation of 3D Ken Burns Effect from a Single Image using PyTorch
Other
1.52k stars 225 forks source link

list index out of range #50

Closed Breeze-Zero closed 3 years ago

Breeze-Zero commented 3 years ago

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

sniklaus commented 3 years ago

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.