[FFmpeg] Embed YOLO algorithm in ffplay source code to realize real-time object detection

  • Install FFmpeg-4.3.1 from source code
  • Install OpenCV-3.4.13 from source
  • Download and study the libtorch-yolov3 algorithm
  • Try to compile ffplay source code separately
  • Embed the yolov3 algorithm into the ffplay source code and compile it
  • Add -detect option
  • Split screen display

Guess you like

Origin blog.csdn.net/weixin_43742643/article/details/113844033