-
Notifications
You must be signed in to change notification settings - Fork 761
av_interleaved_write_frame(): Broken pipe #108
Comments
It seems to be something related to your Caffe2 build / CUDA library. I would expect to see the same error with the Detectron demo. What's your GPU, and what CUDA version are you running? |
You're right. I tried to use the detectron docker container. Since all tests passed I assumed everything did work. When I try to execute the demo from detectron I run into the same error. Somehow all my attempt to rewrite the dockerfile failed... Thank you :) |
- this Dockerfile resulted due to setup problems from [VideoPose3D/issues/108](facebookresearch#108) - it is ment to facilitate the setup process for inference and save time *(no googeling for solutions 😉 )* 🎉
Finally was able to create a Dockerfile and commented this in #807. Additionally, I extended the Dockerfile to work for VideoPose3D and created a Pull Request: facebookresearch/VideoPose3D/pull/109 |
Solved it by switching from a Tesla T4 to a Tesla K80 with absolutely no changes to the software. Seems to be a software-hardware compatibility issue. |
First, thanks for your awesome work 👏
However, I can't get the inference working.
In Step 3 of the tutorial I get the following error:
(however I converted the video already)
Any ideas what I'm doing wrong 🤔 ?
The text was updated successfully, but these errors were encountered: