Go to file
kayos@tcp.direct 2cbbea3914
Fix(?): be less picky (i hate this code)
2023-05-31 02:50:22 -07:00
DepthEstimation Initial Commit 2022-02-15 19:23:51 +05:30
Inpainting Fix(?): be less picky (i hate this code) 2023-05-31 02:50:22 -07:00
assets Updated Readme 2022-02-15 19:38:35 +05:30
.gitignore format and fix (works on my machine broooo) 2023-05-30 18:23:02 -07:00
3dphotography.py Fix(?): be less picky (i hate this code) 2023-05-31 02:50:22 -07:00
LICENSE Initial commit 2022-02-15 19:20:55 +05:30
README.md format and fix (works on my machine broooo) 2023-05-30 18:23:02 -07:00
getmodels.sh format and fix (works on my machine broooo) 2023-05-30 18:23:02 -07:00
requirements.txt format and fix (works on my machine broooo) 2023-05-30 18:23:02 -07:00

3D-Photography: Image Inpainting | Depth-Estimation

Sensing Depth from 2D Images and Inpainting Background behind the Foreground objects to create 3D Photos with Parallax Animation.

it may even work now

you can get real cheeky and try to get this to work in 2023, i had success with 3.10 venv after my modifications, check getmodels.sh as well

example

python3 3dphotography.py /path/to/images

you're welcome, from yung innanet

Depth Estimation by Tiefenrausch and PyDNet respectively.

Image Inpainting with Parallax Animation


Reference

@article{Kopf-OneShot-2020,
author    = {Johannes Kopf and Kevin Matzen and Suhib Alsisan and Ocean Quigley and Francis Ge and Yangming Chong and Josh Patterson and Jan-Michael Frahm and Shu Wu and Matthew Yu and Peizhao Zhang and Zijian He and Peter Vajda and Ayush Saraf and Michael Cohen},
title     = {One Shot 3D Photography},
booktitle = {ACM Transactions on Graphics (Proceedings of ACM SIGGRAPH)},
publisher = {ACM},
volume = {39},
number = {4},
year = {2020}
}