From 48a197eb5240c2fe7f5be9b07eb92eac56ed85b5 Mon Sep 17 00:00:00 2001 From: Mohamad Shiralizadeh Date: Tue, 26 Aug 2025 16:42:57 +0200 Subject: [PATCH] fix: ar_portrait_depth demo link --- depth-estimation/src/ar_portrait_depth/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/depth-estimation/src/ar_portrait_depth/README.md b/depth-estimation/src/ar_portrait_depth/README.md index 3bb2ae71e9..0ae775072d 100644 --- a/depth-estimation/src/ar_portrait_depth/README.md +++ b/depth-estimation/src/ar_portrait_depth/README.md @@ -2,7 +2,7 @@ This portrait depth model estimates per-pixel depth (the distance to the camera center) for a single portrait image, which can be further used for creative applications. (See [DepthLab](https://augmentedperception.github.io/depthlab/) for potential applications). Note that the model runs locally on the user’s device and no data is uploaded to the server. -For example, the following demo transforms a single 2D RGB image into a 3D Portrait: [3D Photo Demo](https://storage.googleapis.com/tfjs-models/demos/3dphoto). +For example, the following demo transforms a single 2D RGB image into a 3D Portrait: [3D Photo Demo](https://storage.googleapis.com/tfjs-models/demos/3dphoto/index.html). --------------------------------------------------------------------------------