RizwanMunawar / yolov7-pose-estimation

YOLOv7 Pose estimation using OpenCV, PyTorch
GNU General Public License v3.0
335 stars 77 forks source link

how to train our own pose classification model? #2

Closed akashAD98 closed 1 year ago

akashAD98 commented 1 year ago

how to convert the coco format into our custom keypoint classification format?

RizwanMunawar commented 1 year ago

@akashAD98, the dataset you have in coco format is for object detection?

algomaks commented 1 year ago

Is there a training script that we can use similar to the one in the https://github.com/RizwanMunawar/yolov7-segmentation repo?

RizwanMunawar commented 1 year ago

Is there a training script that we can use similar to the one in the https://github.com/RizwanMunawar/yolov7-segmentation repo?

@algomaks! I am currently working on that, Soon it will be a part of the repository.

RizwanMunawar commented 1 year ago

@algomaks I am closing this issue, as it's related to enhancement not actually the issue, Thanks