1. 28 11月, 2017 1 次提交
  2. 16 11月, 2017 1 次提交
  3. 14 11月, 2017 1 次提交
  4. 04 11月, 2017 2 次提交
  5. 02 11月, 2017 2 次提交
  6. 26 10月, 2017 1 次提交
  7. 20 10月, 2017 1 次提交
  8. 18 10月, 2017 1 次提交
  9. 13 10月, 2017 1 次提交
  10. 12 10月, 2017 1 次提交
  11. 10 10月, 2017 2 次提交
  12. 08 10月, 2017 1 次提交
  13. 07 10月, 2017 5 次提交
  14. 04 10月, 2017 3 次提交
    • D
      Fix windows compilation (#274) · db3eaffe
      Derf00 提交于
      * Fix VS 2015 windows compilation: conversion from 'const unsigned int' to 'int' requires a narrowing conversion
      
      * Missing new source file faceDetectorOpenCV.cpp in VS 2015 projects
      
      * Fix VS 2015 windows compilation: conversion from 'const unsigned int' to 'int' requires a narrowing conversion
      db3eaffe
    • D
      Face Detection by OpenCV (#270) · eae440bd
      Donglai Xiang 提交于
      * first try on OpenCV face
      
      * find a way to visualize detected face; enlarge by 1.5x
      
      * revision for first-time pull request
      
      * faceDetector
      
      * fix little mistake
      
      * Update headers.hpp
      
      * Update CMakeLists.txt
      
      * OpenCV face detector thread save & 4x faster
      
      * Added doc
      eae440bd
    • P
      Added hand and face heatmaps (#260) · f54a312b
      Panteleris Paschalis 提交于
      * Exposing first hand heatmaps through handExtractor
      
      * Hand extractor exposes heatmaps for both hands of all detected persons.
      
      * Clean-up hand heatmap code
      
      * Face heatmap extraction similar to the hand-heatmap code
      
      * Update faceExtractor.hpp
      
      * Update faceExtractor.hpp
      
      * Update handExtractor.hpp
      
      * Update faceExtractor.cpp
      
      * Update handExtractor.cpp
      
      * Face heatmaps added to wrapper
      
      * Added hand heatmaps to wrapper
      
      * Cleaned code
      
      * Added description in doc
      f54a312b
  15. 01 10月, 2017 2 次提交
  16. 26 9月, 2017 2 次提交
  17. 23 9月, 2017 1 次提交
  18. 22 9月, 2017 1 次提交
  19. 20 9月, 2017 3 次提交
  20. 18 9月, 2017 1 次提交
  21. 02 9月, 2017 2 次提交
  22. 29 8月, 2017 1 次提交
  23. 24 8月, 2017 1 次提交
  24. 01 8月, 2017 1 次提交
  25. 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
  26. 20 7月, 2017 1 次提交