LightwheelAI / street-gaussians-ns

Unofficial implementation of "Street Gaussians: Modeling Dynamic Urban Scenes with Gaussian Splatting", ECCV2024.
Apache License 2.0
326 stars 30 forks source link

when i render ,something is wrong #41

Open designerZhou opened 4 months ago

designerZhou commented 4 months ago

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

lolidrk commented 3 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 !