CMU-Perceptual-Computing-Lab / openpose_train

Training repository for OpenPose
https://github.com/CMU-Perceptual-Computing-Lab/openpose
Other
576 stars 184 forks source link

Fix the error of val2017_foot training #26

Closed Galaxies99 closed 4 years ago

Galaxies99 commented 4 years ago
  1. When running foot validation dataset v1, the Matlab code crash because of wrong number of joints. (the json data has only 6 joints while the code says 23). The solution may be helpful to Issue #16 .

  2. Foot dataset v2 not available yet, so change it to dataset v1, which may solve the Issue #12 , #22 .

Thanks.

gineshidalgo99 commented 4 years ago

Thanks!