composite

This commit is contained in:
xuebinqin 2021-08-24 16:37:30 +04:00
parent 1c7ef3924d
commit d3da568742

View File

@ -25,7 +25,7 @@ git clone https://github.com/NathanUA/U-2-Net.git
```
python u2net_portrait_composite.py -s 20 -a 0.5
```
,where ``-s`` indicates the sigmoid of gaussian function for blurring the orignal image and ``-a`` denotes the alpha weights of the orignal image when fusing them. <br/>
,where ``-s`` indicates the sigma of gaussian function for blurring the orignal image and ``-a`` denotes the alpha weights of the orignal image when fusing them. <br/>
![im_portrait_composite](figures/im_composite.jpg)