WongKinYiu / yolov7

Implementation of paper - YOLOv7: Trainable bag-of-freebies sets new state-of-the-art for real-time object detectors
GNU General Public License v3.0
13.21k stars 4.17k forks source link

pose estimation+object detection #924

Open moahaimen opened 1 year ago

moahaimen commented 1 year ago

hi how can i do both pose estimation+object detection on a video

KAWAKO-in-GAYHUB commented 1 year ago

You can infer per frame.

moahaimen commented 1 year ago

You can infer per frame. is there an example in code please, or more explination?