Colab Notebooks: 3D Ken Burns Effect
3D Ken Burns version of my photo

Colab Notebooks: 3D Ken Burns Effect

What’s this about:

3D Ken Burns Effect (developed by Simon Niklaus et al) allows generating animated 3D video footage of a single photo.

Things to try out:

In the Colab Notebook you will find the component autozoom.py. Try to finetune it with following parameters:

objectTo = process_autozoom({
'dblShift': 10.0,
'dblZoom': 10000000000000000000000000000000000000000000000000000000,
'objectFrom': objectFrom
})
numpyResult = process_kenburns
({'dblSteps': numpy.linspace(0.0, 8.0, 400).tolist(),
'objectFrom': objectFrom,
'objectTo': objectTo,
'boolInpaint': True

})

This will exaggerate the camera movement — and you will fly through the whole scenery. Like in this example:

Do some experiments with parameters, and you will experience your photos from a fully new perspective. The Notebook provides many useful functions, like serial image=>video transfer.

Links:

Read more:

Index of Series "Google Colab Notebook".

Full essay "12 Colab Notebooks that matter"

要查看或添加评论,请登录

Vladimir Alexeev的更多文章

社区洞察

其他会员也浏览了