LZQthePlane / Online-Realtime-Action-Recognition-based-on-OpenPose

A skeleton-based real-time online action recognition project, classifying and recognizing base on framewise joints, which can be used for safety surveilence.
Apache License 2.0
671 stars 232 forks source link

how to run videos on linux server? I got some promising errors, and I wonder if someone can help me! 3q #62

Open young169 opened 4 years ago

young169 commented 4 years ago

OpenCV: FFMPEG: tag 0x7634706d/'mp4v' is not supported with codec id 13 and format 'mp4 / MP4 (MPEG-4 Part 14)' OpenCV: FFMPEG: fallback to use tag 0x00000020/' ???' 2020-07-22 08:53:17.044264: I tensorflow/stream_executor/platform/default/dso_loader.cc:42] Successfully opened dynamic library libcudnn.so.7 2020-07-22 08:53:19.689359: I tensorflow/stream_executor/platform/default/dso_loader.cc:42] Successfully opened dynamic library libcublas.so.10.0

(Action Recognition based on OpenPose:928): Gtk-WARNING **: cannot open display:

mashuaiwudi commented 4 years ago

It seems that your Linux system does not have a GUI

rustinzhao commented 4 years ago

maybe you can try commenting the code: "cv.imshow(Action Recognition based on......)" in main.py