You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The OpenCV 4.5.3 depends on ffmpeg v.4 as it looks for file libavcodec.58.dylib specifically. As I am running the server notebook of course1-week1 ungraded lab after two years of its introduction, the current ffmpeg version is 6 where the file mentioned above does not exist anymore.
It would be great if this info is added to the env setup instructions so that people install the correct required version of ffmpeg right away. https://github.com/https-deeplearning-ai/machine-learning-engineering-for-production-public/blob/main/course1/week1-ungraded-lab/server.ipynb
Do you mean we should have the v4 installed in the Mac ?
Did you follow the exact instructions and it worked because I am having some issues with that ?
I would love to ask you gif you have more details, please contact me in the following email: [email protected]
Thank you!
The OpenCV 4.5.3 depends on ffmpeg v.4 as it looks for file
libavcodec.58.dylib
specifically. As I am running the server notebook of course1-week1 ungraded lab after two years of its introduction, the current ffmpeg version is 6 where the file mentioned above does not exist anymore.It would be great if this info is added to the env setup instructions so that people install the correct required version of ffmpeg right away.
https://github.com/https-deeplearning-ai/machine-learning-engineering-for-production-public/blob/main/course1/week1-ungraded-lab/server.ipynb
See resource for required ffmpeg version: https://www.linuxfromscratch.org/blfs/view/11.0-systemd/general/opencv.html
The text was updated successfully, but these errors were encountered: