RizwanMunawar / yolov8-object-tracking

YOLOv8 Object Tracking Using PyTorch, OpenCV and Ultralytics
GNU Affero General Public License v3.0
276 stars 47 forks source link

Person Detection #13

Open Faizan-hub opened 1 year ago

Faizan-hub commented 1 year ago

How to detect only persons?

RizwanMunawar commented 1 year ago

@Faizan-hub! At moment, I have not added a module for the detection of specific classes, but I will add it soon. In general, you can train the model on custom data for person detection only.