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

Dolly Zoom effect #48

Open sepideh-srj opened 3 years ago

sepideh-srj commented 3 years ago

Has anybody tried to implement the dolly zoom effect based on this code? We can zoom in the video now we only need to add the dolly effect which is moving the camera toward or from the scene. I think by changing process_shift function to shift in y direction instead of x this effect can be implemented, any ideas?

zhuzhu18 commented 3 years ago

Have you implemented the dolly zoom effect? how did you do it?