Closed xiaochenwise closed 1 year ago
We recommend using English or English & Chinese for issues so that we could have broader discussion.
Thanks for using MMPose. You just need to set the dataset
and val_dataloader
to be coco data. Take this config as an example, the training and validation are all on COCO, you can modify the training part into your own datasets, and keep the val part as it was.
Thanks for using MMPose. You just need to set the
dataset
andval_dataloader
to be coco data. Take this config as an example, the training and validation are all on COCO, you can modify the training part into your own datasets, and keep the val part as it was.
Hello, now that the model training is finished, I want to test the accuracy of COCO val2017 with detector having human AP of 56.4, but the command evaluated by the previous version will give an error
If I use my own data to train rtmpose, how should I evaluate it on the coco data set? I didn't find a module for evaluation, but there was this module in the previous version of mmpose.