lipku / metahuman-stream

Real time interactive streaming digital human
https://livetalking-doc.readthedocs.io/
Apache License 2.0
3.54k stars 499 forks source link

windows10下跑起来了,但是视频显示区域只有黑白的图像是为啥呢 #237

Open GabriellaMS opened 1 month ago

GabriellaMS commented 1 month ago

微信图片_20240829145737 运行起来打开网页就是这个样子,没有报错,有个warning

 [WARN] audio sample rate is 24000, resampling into 16000.
F:\Programs\metahuman-stream\nerfreal.py:217: RuntimeWarning: invalid value encountered in cast
  image = (outputs['image'] * 255).astype(np.uint8)
F:\Programs\metahuman-stream\nerfreal.py:217: RuntimeWarning: invalid value encountered in cast
  image = (outputs['image'] * 255).astype(np.uint8)

Snipaste_2024-08-29_15-02-28 请问是什么原因呢