Skip to content

Commit

Permalink
Merge pull request #2 from flo-bit/main
Browse files Browse the repository at this point in the history
on device depth estimation
  • Loading branch information
flo-bit authored Jan 23, 2024
2 parents 89244ab + 8df25b7 commit 5879b0c
Show file tree
Hide file tree
Showing 11 changed files with 880 additions and 102 deletions.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,10 @@

## how it works

using an image an a depth map, this tool creates a fake 3d effect by moving parts of the plane where the image is shown according to the depth map (so that the foreground is closer to the viewer than the background).
using an image and a depth map, this tool creates a fake 3d effect by moving parts of the plane where the image is shown according to the depth map (so that the foreground is closer to the viewer than the background).

## Credit

The on device image to depth estimation is based on [RGB-Depthify](https://github.com/jankais3r/RGB-Depthify), which is based on [mobilePydnet](https://github.com/FilippoAleotti/mobilePydnet). Code for both of these is licensed under the APACHE version 2.0 license, so the same goes for that part of this code (`Convert.svelte` and `model.ts` in `/src/lib/`). Weights for the network can be used for research purposes only.

The rest of the code is licensed under the MIT license.
Loading

0 comments on commit 5879b0c

Please sign in to comment.