mmpose
mmpose copied to clipboard
Questions about cross validation implementation on mmpose keypoint detection
- Why is cross validation not used on mmpose keypoint detection? Is there a specific reason to use limited image sets as a validation set?
- If it is okay to use cross validation, then how should I implement the cross validation based on current structure of mmpose keypoint detection?
Many popular pose estimation benchmarks do not include cross-validation in their protocols. You may need to manually split train/val set in dataset annotation files for cross-validation.