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

启动报错 #227

Open wx24736 opened 1 month ago

wx24736 commented 1 month ago

启动命令: python app.py --asr_model facebook/hubert-large-ls960-ft --bg_img bc.jpg --fullbody --fullbody_img data/fullbody/img --fullbody_offset_x 290 --fullbody_offset_y 200 --fullbody_width 1080 --fullbody_height 1080 --W 512 --H 512

RuntimeError: PytorchStreamReader failed reading zip archive: failed finding central directory Exception ignored in: <function Trainer.del at 0x7f4344fe25f0> Traceback (most recent call last): File "/metahuman-stream/ernerf/nerf_triplane/utils.py", line 708, in del if self.log_ptr: AttributeError: 'Trainer' object has no attribute 'log_ptr'

Rjx0613 commented 2 days ago

The same, did you solve it?