Hi,
I have generated a custom YOLO Pose model with a different number of keypoints compared to the standard YOLOv8 Pose, and it is trained on a single class (person).
What is the fastest way to visualize the inference results to check if the model conversion worked correctly?
Also, do you have any suggestions on how to preserve performance and avoid errors in case the model does not perform well? I’m looking for strategies to fine-tune the model while retaining the same input/output structure and avoiding any loss in accuracy.
For optimization phase, I used 170 images and trained for 10 epochs.
Thanks in advance for your support.