RizwanMunawar / yolov7-object-tracking

YOLOv7 Object Tracking Using PyTorch, OpenCV and Sort Tracking
GNU General Public License v3.0
576 stars 174 forks source link

Can we add detect pose and track for multiple humans #12

Closed Ashes47 closed 2 years ago

RizwanMunawar commented 2 years ago

@Ashes47! Yes you can add integration of pose with object tracking. But you will need to integrate both according to your use case by keeping in mind FPS, accuracy etc

Ashes47 commented 2 years ago

Thanks for the prompt response. I think i will also try to have Detect and Track module separate so it's more modular. 🎉

RizwanMunawar commented 2 years ago

@Ashes47 Yes, you can do detection and tracking separate. As far as my understanding, it will easy manageable. If pose module will integrated, there will be lot of issue you can faced, and there will be lot of restrictions you need to take care.