MuhammadMoinFaisal / YOLOv8-DeepSORT-Object-Tracking

YOLOv8 Object Tracking using PyTorch, OpenCV and DeepSORT
666 stars 197 forks source link

Integrate pose estimation #33

Closed sanskar1504 closed 10 months ago

sanskar1504 commented 10 months ago

Hi I want to estimate pose and track instead of just detecting pose and tracking. When i'm passing the model as yolov8n-pose.pt in predict.py inplace of yolov8n.pt, it's giving me an error. please help me out.