Benchmark

September 1, 2022 ยท View on GitHub

We compare our results with some popular frameworks and official releases in terms of speed and accuracy.

Comparison Rules

Here we compare our MMPose repo with other pose estimation toolboxes in the same data and model settings.

To ensure the fairness of the comparison, the comparison experiments were conducted under the same hardware environment and using the same dataset. For each model setting, we kept the same data pre-processing methods to make sure the same feature input. In addition, we also used Memcached, a distributed memory-caching system, to load the data in all the compared toolboxes. This minimizes the IO time during benchmark.

The time we measured is the average training time for an iteration, including data processing and model training. The training speed is measure with s/iter. The lower, the better.

Results on COCO val2017 with detector having human AP of 56.4 on COCO val2017 dataset

We demonstrate the superiority of our MMPose framework in terms of speed and accuracy on the standard COCO keypoint detection benchmark. The mAP (the mean average precision) is used as the evaluation metric.

ModelInput sizeMMPose (s/iter)HRNet (s/iter)MMPose (mAP)HRNet (mAP)
resnet_50256x1920.280.640.7180.704
resnet_50384x2880.811.240.7310.722
resnet_101256x1920.360.840.7260.714
resnet_101384x2880.791.530.7480.736
resnet_152256x1920.491.000.7350.720
resnet_152384x2880.961.650.7500.743
hrnet_w32256x1920.541.310.7460.744
hrnet_w32384x2880.762.000.7600.758
hrnet_w48256x1920.661.550.7560.751
hrnet_w48384x2881.232.200.7670.763

Hardware

  • 8 NVIDIA Tesla V100 (32G) GPUs
  • Intel(R) Xeon(R) Gold 6148 CPU @ 2.40GHz

Software Environment

  • Python 3.7
  • PyTorch 1.4
  • CUDA 10.1
  • CUDNN 7.6.03
  • NCCL 2.4.08