Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

OpenCV 3.2 error : libopencv_video.so.3.2 #5

Open
slives-lab opened this issue Jan 21, 2024 · 0 comments
Open

OpenCV 3.2 error : libopencv_video.so.3.2 #5

slives-lab opened this issue Jan 21, 2024 · 0 comments

Comments

@slives-lab
Copy link

Error results from running colab:

delete files from previous runs of this script

!rm openpose.avi

detect poses in these video frames using OpenPose

!cd openpose && ./build/examples/openpose/openpose.bin --video ../input.mp4 --write_json ./output/ --display 0 --write_video ../openpose.avi

convert the video output result into MP4 so we can visualize it using the 'show_local_mp4_video' function we defined above

!ffmpeg -y -loglevel info -i openpose.avi output.mp4

here is the error

./build/examples/openpose/openpose.bin: error while loading shared libraries: libopencv_video.so.3.2: cannot open shared object file: No such file or directory
ffmpeg version 4.4.2-0ubuntu0.22.04.1 Copyright (c) 2000-2021 the FFmpeg developers

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant