1. 20 9月, 2017 3 次提交
  2. 18 9月, 2017 1 次提交
  3. 02 9月, 2017 2 次提交
  4. 29 8月, 2017 1 次提交
  5. 24 8月, 2017 1 次提交
  6. 01 8月, 2017 1 次提交
  7. 26 7月, 2017 1 次提交
    • 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
  8. 20 7月, 2017 3 次提交
  9. 19 7月, 2017 1 次提交
  10. 15 7月, 2017 1 次提交
  11. 13 7月, 2017 1 次提交
  12. 12 7月, 2017 1 次提交
  13. 11 7月, 2017 1 次提交
  14. 09 7月, 2017 2 次提交
  15. 07 7月, 2017 1 次提交
  16. 06 7月, 2017 2 次提交
  17. 03 7月, 2017 2 次提交
  18. 01 7月, 2017 1 次提交
  19. 29 6月, 2017 1 次提交
  20. 28 6月, 2017 1 次提交
  21. 24 6月, 2017 1 次提交
  22. 21 6月, 2017 3 次提交
  23. 19 6月, 2017 1 次提交
  24. 17 6月, 2017 3 次提交
  25. 15 6月, 2017 3 次提交
  26. 10 6月, 2017 1 次提交