DLC to YOLO
We use DLC (DeepLabCut) to label keypoint data and train the model using YOLO Pose. Since the data format required by YOLO Pose is different from DLC’s output, we need to convert it. With the help of AI today, it’s quite easy to generate code for format conversion. Here’s how we approached it: Interacted with AI to understand the differences between the DLC format and the YOLO format Defined the desired format for YOLO training data Asked AI to generate the conversion code based on the required format We found that: ...