Update README.md
Browse files
README.md
CHANGED
@@ -39,12 +39,13 @@ const output = await depth_estimator(url);
|
|
39 |
// }
|
40 |
```
|
41 |
|
42 |
-
You can visualize the
|
|
|
43 |
```js
|
44 |
output.depth.save('depth.png');
|
45 |
```
|
46 |
|
47 |
-
![image/png](https://cdn-uploads.huggingface.co/production/uploads/61b253b7ac5ecaae3d1efe0c/
|
48 |
|
49 |
---
|
50 |
|
|
|
39 |
// }
|
40 |
```
|
41 |
|
42 |
+
You can visualize the output with:
|
43 |
+
|
44 |
```js
|
45 |
output.depth.save('depth.png');
|
46 |
```
|
47 |
|
48 |
+
![image/png](https://cdn-uploads.huggingface.co/production/uploads/61b253b7ac5ecaae3d1efe0c/Zj77mcNlZS3TmlT5wKaAO.png)
|
49 |
|
50 |
---
|
51 |
|