felixchenfy / Realtime-Action-Recognition

Apply ML to the skeletons from OpenPose; 9 actions; multiple people. (WARNING: I'm sorry that this is only good for course demo, not for real world applications !!! Those ary very difficult !!!)
MIT License
875 stars 256 forks source link

warnings.warn("Invalid fps of video: {}".format(video_path)) #90

Open vidit2011998 opened 1 year ago

vidit2011998 commented 1 year ago

[ WARN:0@9.402] global cap_gstreamer.cpp:2769 handleMessage OpenCV | GStreamer warning: your GStreamer installation is missing a required plugin [ WARN:0@9.403] global cap_gstreamer.cpp:2785 handleMessage OpenCV | GStreamer warning: Embedded video playback halted; module uridecodebin0 reported: Your GStreamer installation is missing a plug-in. [ WARN:0@9.403] global cap_gstreamer.cpp:1679 open OpenCV | GStreamer warning: unable to start pipeline [ WARN:0@9.403] global cap_gstreamer.cpp:1164 isPipelinePlaying OpenCV | GStreamer warning: GStreamer: pipeline have not been created [ERROR:0@9.424] global cap.cpp:166 open VIDEOIO(CV_IMAGES): raised OpenCV exception:

OpenCV(4.7.0) /tmp/pip-install-ewfbnfnr/opencv-python_cbc782e4115b4423a96540f50e6642be/opencv/modules/videoio/src/cap_images.cpp:253: error: (-5:Bad argument) CAP_IMAGES: can't find starting number (in the name of file): /home/goyal/Documents/pose2/Realtime-Action-Recognition/data_test/exercise.avi in function 'icvExtractPattern'

/home/goyal/Documents/pose2/Realtime-Action-Recognition/src/../utils/lib_images_io.py:82: UserWarning: Invalid fps of video: /home/goyal/Documents/pose2/Realtime-Action-Recognition/data_test/exercise.avi warnings.warn("Invalid fps of video: {}".format(video_path)) Program ends