MuhammadMoinFaisal / YOLOv8-DeepSORT-Object-Tracking

YOLOv8 Object Tracking using PyTorch, OpenCV and DeepSORT

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Integrate pose estimation

sanskar1504 opened this issue · comments

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.