vt-vl-lab / 3d-photo-inpainting

[CVPR 2020] 3D Photography using Context-aware Layered Depth Inpainting
https://shihmengli.github.io/3D-Photo-Inpainting/
Other
6.9k stars 1.11k forks source link

Suggestion: Left and Right Video Option #149

Open gateway opened 2 years ago

gateway commented 2 years ago

Anyway to pan left and right in a video similar to how with Facebook photos you can move your mouse left and right to see different views of the image?

danielpuglisi commented 2 years ago

Did you find a way to achieve this?

victorchevalier0 commented 1 year ago

Sure! To do so, use these values in the argument.yml file

x_shift_range: [ -0.015]
y_shift_range: [0]
z_shift_range: [0]
traj_types: ['circle']
video_postfix: ['circle']

With this you will only get a movement on the X axis, from left to right 👍