Adapter commited on
Commit
7194abe
·
1 Parent(s): 5d485d0
Files changed (1) hide show
  1. demo/model.py +1 -1
demo/model.py CHANGED
@@ -378,7 +378,7 @@ class Model_all:
378
  pose_link_color=self.pose_link_color,
379
  radius=2,
380
  thickness=2)
381
- im_keypose_out = cv2.resize(im_keypose_out, (512, 512))
382
 
383
  # extract condition features
384
  c = self.base_model.get_learned_conditioning([prompt + ', ' + pos_prompt])
 
378
  pose_link_color=self.pose_link_color,
379
  radius=2,
380
  thickness=2)
381
+ im_keypose_out = im_keypose_out.astype(np.uint8)
382
 
383
  # extract condition features
384
  c = self.base_model.get_learned_conditioning([prompt + ', ' + pos_prompt])