Windows-GPU with an Anaconda Env & DeepLabCut 2.1.8.2 (re-uploaded today)
OS: Windows
DeepLabCut Version: 2.1.8.2
Anaconda env used: DLC-GPU
Describe the problem
Hi developers, as of today and without any change in my environment or the way I use DLC, a "CalledProcessError" message appears without knowing why when I want to extract outlier frames. Have you ever faced this, and do you have a potential solution to my problem? I attach a screenshot of the terminal returning the error and all the packages of my configuration.
ScreenshotsCode output
Hey @Charly77220. Not a developer here but I've had problems with ffmpeg before on Windows, which is what it looks like you are having as well. I would try to re-install ffmpeg and see if that alleviates the problem.
perhaps a windows update did you in; once in your env, run this: https://anaconda.org/conda-forge/ffmpeg
Thanks for your two answers, it perfectly solved the issue !
Most helpful comment
Hey @Charly77220. Not a developer here but I've had problems with ffmpeg before on Windows, which is what it looks like you are having as well. I would try to re-install ffmpeg and see if that alleviates the problem.