HRNet-Human-Pose-Estimation
HRNet-Human-Pose-Estimation copied to clipboard
Information of experiments directory
Hi! I would like to use HRNet for pose estimation with my custom dataset. I have cloned the repository, installed all the required packages from the requirements.txt file, and adjusted the dataset resolutions according to my model. I also have a .json file for the training and testing datasets containing information about bounding boxes, key points, area, etc. in coco formate.
Could you please provide the steps to modify the experiments directory and train HRNet on my custom dataset?