ikuboo
ikuboo
python inference_for_demo_video.py --wav_path data/audio/acknowledgement_english.m4a --style_clip_path data/style_clip/3DMM/M030_front_neutral_level1_001.mat --pose_path data/pose/RichardShelby_front_neutral_level1_001.mat --image_path data/src_img/uncropped/male_face.png --cfg_scale 1.0 --max_gen_len 30 --output_name acknowledgement_english@M030_front_neutral_level1_001@male_face1 ffmpeg: error while loading shared libraries: libopenh264.so.5: cannot open shared object file: No such...
python version : Python 3.11.5 --------------------------------------------------------------------------- UnicodeDecodeError Traceback (most recent call last) Cell In[17], line 6 4 decoder = WatermarkDecoder('bytes', 32) 5 watermark = decoder.decode(bgr, 'dwtDct') ----> 6 print(watermark.decode('utf-8')) UnicodeDecodeError:...