fix   短裤或短裙和长裤搭配 长裤在内出现 all_mask 的异常问题
This commit is contained in:
zhouchengrong
2024-10-23 14:32:23 +08:00
parent a03f3a587e
commit 6fe485f2ab

View File

@@ -98,7 +98,7 @@ def synthesis(data, size, basic_info):
background[all_y_start:all_y_end, all_x_start:all_x_end] = sketch_mask[mask_y_start:mask_y_end, mask_x_start:mask_x_end]
top_outer_mask = background + top_outer_mask
elif bottom and data[i]['name'] in ["trousers_front", "skirt_front", "bottoms_front", "dress_front"]:
bottom = False
# bottom = False
mask_shape = data[i]['mask'].shape
y_offset, x_offset = data[i]['adaptive_position']
# 初始化叠加区域的起始和结束位置