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.02k stars 4.12k forks source link

Pose Estimation & detection on multiple classes #1105

Open Razamalik4497 opened 1 year ago

Razamalik4497 commented 1 year ago

I'm using yolov7-pose , I have 4 classes to be detected & 1 classes (Human) needs pose estimation.

  1. So I'll have to train yolov7 (detection-model) with all 4 classes & use pretrained yolov7-pose (pose model ) both models concurrently
  2. Can I train only yolov7-pose it will detect my remaining 4 classes ?
cLEARLoVE00 commented 1 year ago

do you success to detect four class? I want to detect two class,but trained model cannot detect success,can you share your experiance?