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

Add docker env and web demo #159

Closed vccheng2001 closed 2 years ago

vccheng2001 commented 2 years ago

Hey @vt-vl-lab! 👋

This pull request makes it possible to run your model inside a Docker environment, which makes it easier for other people to run it. We're using an open source tool called Cog to make this process easier.

This also means we can make a web demo where other people can try out your model! View it here: https://replicate.com/vt-vl-lab/3d-photo-inpainting. Here's an example I ran earlier!

As a part of the vt-vl-lab repo owners, you can add more examples to the web demo as well!

In case you're wondering who I am, I'm from Replicate, where we're trying to make machine learning reproducible. We got frustrated that we couldn't run all the really interesting ML work being done. So, we're going round implementing models we like. 😊