You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
541
1%|▍ | 1/136 [00:00<01:59, 1.13it/s]Exception in thread Thread-2 (process_frames):
Traceback (most recent call last):
File "/home/xll/miniconda3/envs/musetalk/lib/python3.10/threading.py", line 1016, in _bootstrap_inner
self.run()
File "/home/xll/miniconda3/envs/musetalk/lib/python3.10/threading.py", line 953, in run
self._target(*self._args, **self._kwargs)
File "/home/xll/MuseTalk/scripts/realtime_inference.py", line 215, in process_frames
combine_frame = get_image_blending(ori_frame,res_frame,bbox,mask,mask_crop_box)
File "/home/xll/MuseTalk/musetalk/utils/blending.py", line 93, in get_image_blending
face_large[y-y_s:y1-y_s, x-x_s:x1-x_s]=face
ValueError: could not broadcast input array from shape (330,261,3) into shape (330,0,3)
100%|███████████████████████████████████████████████████████████| 136/136 [00:12<00:00, 10.66it/s]
Total process time of 541 frames without saving images = 12.757274866104126s
貌似是face对象的第二个维度出现问题?请问应该如何解决
The text was updated successfully, but these errors were encountered:
报错信息:
貌似是face对象的第二个维度出现问题?请问应该如何解决
The text was updated successfully, but these errors were encountered: