JoeyCherisea/3d_photo_effect
Alter the way examples are configured in Gradio app
Set up a sample image in app interface
Add the previously rejected sample image again
Set image tracking by LFS
Fix RGB channel issue
Add various fixes and remove debug info
Add docstring to estimate_depth function and insert a debugging statement in reconstruct_background
Change input data type from Pillow image to numpy
Fix a mismatch between given image and data type expected by depth estimation function
Tweak caption of submit button
Modify app interface
Finish writing app pipeline function
Tweak app interface
Initialize an ignore file
Remove pillow version requirement
Remove numpy version requirement
Write a new function and update requirements file with a new library
Write a function that reconstructs image background
Remove pillow package version
Remove version specification for numpy library
Replace requirements.txt with a minimal set of libraries using pipreqs
Remove version specification of scipy library
Remove unused libraries
Create a requirement file
Create function signature for app entry
Create Gradio app interface
Write a function that estimates depth from an image
initial commit
