CoolFace
Apppublic

JoeyCherisea/3d_photo_effect

sourceHugging Faceupdated 11mo agoView on Hugging Face
0likes
28 commits on main
179732211mo ago

Alter the way examples are configured in Gradio app

JoeyCherisea
8e0040211mo ago

Set up a sample image in app interface

JoeyCherisea
5a4e9c611mo ago

Add the previously rejected sample image again

JoeyCherisea
fa57af111mo ago

Set image tracking by LFS

JoeyCherisea
069fb4211mo ago

Fix RGB channel issue

JoeyCherisea
286d2b011mo ago

Add various fixes and remove debug info

JoeyCherisea
8fdcabc11mo ago

Add docstring to estimate_depth function and insert a debugging statement in reconstruct_background

JoeyCherisea
1677f7911mo ago

Change input data type from Pillow image to numpy

JoeyCherisea
a33319911mo ago

Fix a mismatch between given image and data type expected by depth estimation function

JoeyCherisea
0fa3f0f11mo ago

Tweak caption of submit button

JoeyCherisea
9aeaaf811mo ago

Modify app interface

JoeyCherisea
cd5dd8f11mo ago

Finish writing app pipeline function

JoeyCherisea
4afc9c411mo ago

Tweak app interface

JoeyCherisea
dc57fec11mo ago

Initialize an ignore file

JoeyCherisea
ea138e511mo ago

Remove pillow version requirement

JoeyCherisea
6c973f811mo ago

Remove numpy version requirement

JoeyCherisea
243f5d011mo ago

Write a new function and update requirements file with a new library

JoeyCherisea
18b64c311mo ago

Write a function that reconstructs image background

JoeyCherisea
747eef811mo ago

Remove pillow package version

JoeyCherisea
1c8be9711mo ago

Remove version specification for numpy library

JoeyCherisea
7dbc9ee11mo ago

Replace requirements.txt with a minimal set of libraries using pipreqs

JoeyCherisea
c30137b11mo ago

Remove version specification of scipy library

JoeyCherisea
9038acc11mo ago

Remove unused libraries

JoeyCherisea
0f29ab811mo ago

Create a requirement file

JoeyCherisea
7350f7811mo ago

Create function signature for app entry

JoeyCherisea
1cf65af11mo ago

Create Gradio app interface

JoeyCherisea
4b125f211mo ago

Write a function that estimates depth from an image

JoeyCherisea
d3989e011mo ago

initial commit

JoeyCherisea