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 |
-
;
|
46 |
```
|
47 |
|
48 |
+

|
49 |
|
50 |
---
|
51 |
|