1. 03 9月, 2017 1 次提交
  2. 02 9月, 2017 2 次提交
  3. 29 8月, 2017 2 次提交
  4. 28 8月, 2017 3 次提交
  5. 26 8月, 2017 1 次提交
  6. 25 8月, 2017 1 次提交
  7. 24 8月, 2017 4 次提交
  8. 22 8月, 2017 2 次提交
  9. 20 8月, 2017 1 次提交
  10. 11 8月, 2017 2 次提交
  11. 01 8月, 2017 3 次提交
  12. 26 7月, 2017 2 次提交
    • X
      fix wrong json file format (#157) · 23f10ff6
      xfanplus 提交于
      * fix wrong json file format
      
      COCO challenge only has 17 keypoints, so indexesInCocoOrder.size()==17.
      openpose added the neck keypoint (index 1), therefore numberBodyParts==18.
      numberBodyParts-1==17, Statement `if (bodyPart < numberBodyParts-1)` adds a comma for  every bodyPart ([0..16]), add a extra comma in the end, causing a bad json format file, which can not be proporly parsed.
      
      * Update cocoJsonSaver.cpp
      23f10ff6
    • P
      Fix pip command (#169) · efecb002
      Pete Schwamb 提交于
      efecb002
  13. 20 7月, 2017 5 次提交
  14. 19 7月, 2017 3 次提交
  15. 17 7月, 2017 1 次提交
  16. 15 7月, 2017 2 次提交
  17. 14 7月, 2017 1 次提交
  18. 13 7月, 2017 4 次提交