Skip to content

Commit c855f2e

Browse files
ahmedsabielina128
andauthored
Add depth estimation to readme (#1037)
* Add depth estimation to readme * Add links to applications Co-authored-by: Na Li <[email protected]>
1 parent 25e839b commit c855f2e

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,18 @@ and can be used as building blocks in other apps.
119119
<tr>
120120
<td><a href="./toxicity/demo/index.html">source</a></td>
121121
</tr>
122+
<!-- * Depth Estimation -->
123+
<!-- ** Portrait Depth -->
124+
<tr>
125+
<td rowspan="2"><b>Depth Estimation</b></td>
126+
<td rowspan="2"><b><a style="white-space:nowrap; display:inline-block;" href="./depth-estimation"><div style='vertical-align:middle; display:inline;'>Portrait Depth</div></a></b></td>
127+
<td><a href="https://storage.googleapis.com/tfjs-models/demos/3dphoto/index.html">live</a></td>
128+
<td rowspan="2">Estimate per-pixel depth (the distance to the camera center) for a single portrait image, which can be further used for creative applications such as <a href="https://blog.tensorflow.org/2022/05/portrait-depth-api-turning-single-image.html?linkId=8063793">3D photo</a> and <a href="https://storage.googleapis.com/tfjs-models/demos/relighting/index.html">relighting</a>.</td>
129+
<td rowspan="2"><code>npm i @tensorflow-models/depth-estimation</code></td>
130+
</tr>
131+
<tr>
132+
<td><a href="./depth-estimation/demos/3d_photo/index.html">source</a></td>
133+
</tr>
122134
<!-- * General Utilities -->
123135
<tr>
124136
<td rowspan="2"><b>General Utilities</b></td>

0 commit comments

Comments
 (0)