Skip to content

Commit 4363667

Browse files
authored
Removing whitespaces
1 parent 9f1a6c2 commit 4363667

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

modules/ximgproc/src/alphagan_matting/models/test_model.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,4 +59,3 @@ def trimap_merge(self, alpha, trimap):
5959
# Using the already known regions from trimap
6060
final_alpha = torch.where(torch.eq(torch.ge(trimap, 0.4), torch.le(trimap, 0.6)), alpha, trimap)
6161
return final_alpha
62-

0 commit comments

Comments
 (0)