Open designerZhou opened 4 months ago
I was getting the same error and it was happening due to ffmpeg not being properly configured in my environment. Try ffmpeg -version if you get : error while loading shared libraries : libnppig.so.11 then all you need to do is simple find it and export that path. Hope it helps !
File "/home/zwq/Documents/project/street-gaussians-ns/street-gaussians-ns/lib/python3.8/site-packages/mediapy/__init__.py", line 1654, in add_image strlen=self._proc.stdin.write(data) BrokenPipeError: [Errno 32] Broken pipe
any know what happened