Skip to content

Commit

Permalink
Fix: 필기 제거 기능 사용성 개선
Browse files Browse the repository at this point in the history
  • Loading branch information
semnisem committed Nov 24, 2024
1 parent e3a400c commit 6c07124
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/AIProcessor.py
Original file line number Diff line number Diff line change
Expand Up @@ -187,6 +187,7 @@ def process(self, img_bytes, user_inputs, user_labels, extension='jpg'):
else:
logging.info("***** 사용자 입력 세그멘테이션 스킵 ******")
masks_by_user = None
mask_bytes = None
# cv2.imwrite('test_images/mask_total.png', masks_total)
if isinstance(masks_total, np.ndarray):
image_output = self.inpainting(image_output, masks_total)
Expand Down

0 comments on commit 6c07124

Please sign in to comment.