mmhuman3d icon indicating copy to clipboard operation
mmhuman3d copied to clipboard

"BrokenPipeError" by Running Single-person demo

Open hsauod opened this issue 2 years ago • 3 comments

Hi there, thanks for your releasing this great project. When I tried to run the Single-person demo, through a "BrokenPipeError" ##Environment: followed by the Installation instruction, looks good to me. GPU= Nvidia T4 , Release_Version = 0.8.0##

File "/home/ubuntu/3dpose/mmhuman3d/mmhuman3d/utils/ffmpeg_utils.py", line 250, in array_to_images process.stdin.write(image_array[index].tobytes()) BrokenPipeError: [Errno 32] Broken pipe /home/ubuntu/anaconda3/envs/3dpose/lib/python3.7/subprocess.py:858: ResourceWarning: subprocess 5385 is still running ResourceWarning, source=self) sys:1: ResourceWarning: unclosed file <_io.BufferedWriter name=24> sys:1: ResourceWarning: unclosed file <_io.BufferedReader name=25>

hsauod avatar Jun 21 '22 06:06 hsauod

Hi @hsauod, can you provide more details of your installation process? This error looks weird. I reinstalled MMHuman3D following the install.md, but everything worked well for me.

ttxskk avatar Jun 23 '22 17:06 ttxskk

i'd say check if ffmpeg works in your environment and if not - either install or conda update ffmpeg

iulsko avatar Jul 16 '22 22:07 iulsko

i'd say check if ffmpeg works in your environment and if not - either install or conda update ffmpeg

It works for me, thanks!

Fmin-Zou avatar Jul 28 '22 06:07 Fmin-Zou

This issue may be solved by installing ffmpeg, which is already mentioned in install.doc.

ttxskk avatar Sep 28 '22 05:09 ttxskk