Ashrafb commited on
Commit
10a3d69
·
verified ·
1 Parent(s): a7e780b

Update vtoonify_model.py

Browse files
Files changed (1) hide show
  1. vtoonify_model.py +1 -1
vtoonify_model.py CHANGED
@@ -142,7 +142,7 @@ class Model():
142
  return frame, instyle, message
143
 
144
  #@torch.inference_mode()
145
- def detect_and_align_image(self, frame_rgb: np.ndarray, top: int, bottom: int, left: int, right: int) -> tuple[np.ndarray, torch.Tensor, str]:
146
  if frame_rgb is None:
147
  return np.zeros((256, 256, 3), np.uint8), None, 'Error: fail to load the image.'
148
 
 
142
  return frame, instyle, message
143
 
144
  #@torch.inference_mode()
145
+ def detect_and_align_image(self, frame_rgb: np.ndarray, top: int, bottom: int, left: int, right: int) -> tuple[np.ndarray, torch.Tensor, str]:
146
  if frame_rgb is None:
147
  return np.zeros((256, 256, 3), np.uint8), None, 'Error: fail to load the image.'
148