TexasInstruments / edgeai-yolox

This repository has been moved. The new location is in https://github.com/TexasInstruments/edgeai-tensorlab

Home Page:https://github.com/TexasInstruments/edgeai

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Dataset conversion from Yolo to COCO

Sadat75 opened this issue · comments

Hello,

I am currently utilizing Yolov8-pose models to obtain predictions and corresponding labels in YOLO format for human pose estimation. However, I'm interested in finding out if there's a method to transform these labels from YOLO format into COCO format (.json file). This is because I aim to train Yolox-pose models using the annotations derived from the output of Yolov8-pose models.