You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-1Lines changed: 3 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -14,9 +14,10 @@ To generate realistic depth maps `from a single image`, this script uses code an
14
14
15
15
## Changelog
16
16
* v0.3.7 new features
17
-
*[rembg](https://github.com/danielgatis/rembg)[PR](https://github.com/thygate/stable-diffusion-webui-depthmap-script/pull/78) by [@graemeniedermayer](https://github.com/graemeniedermayer) merged
17
+
*[rembg](https://github.com/danielgatis/rembg)Remove Background [PR](https://github.com/thygate/stable-diffusion-webui-depthmap-script/pull/78) by [@graemeniedermayer](https://github.com/graemeniedermayer) merged
18
18
* setting to flip Left/Right SBS images
19
19
* added missing parameter for 3d inpainting (repeat_inpaint_edge)
20
+
* option to generate demo videos with mesh
20
21
* v0.3.6 new feature
21
22
* implemented binary ply file format for the inpainted 3D mesh, big reduction in filesize and save/load times.
22
23
* added progress indicators to the inpainting process
@@ -255,6 +256,7 @@ Boosting Monocular Depth Estimation Models to High-Resolution via Content-Adapti
255
256
```
256
257
257
258
U2-Net:
259
+
258
260
```
259
261
@InProceedings{Qin_2020_PR,
260
262
title = {U2-Net: Going Deeper with Nested U-Structure for Salient Object Detection},
0 commit comments