1. 09 12月, 2017 1 次提交
  2. 08 12月, 2017 1 次提交
  3. 28 11月, 2017 1 次提交
  4. 21 11月, 2017 1 次提交
    • C
      Fix Error: Non valid scaleNetToOutput. (#337) · e709a2b3
      Christian M 提交于
      Getting Non valid scaleNetToOutput:
      if (scaleNetToOutput == -1.f)
                                  error("Non valid scaleNetToOutput.", __LINE__, __FUNCTION__, __FILE__);
      
      std::pair<int, std::string> PoseGpuRenderer::renderPose(Array<float>& outputData,
                                                                  const Array<float>& poseKeypoints,
                                                                  const float scaleInputToOutput,
                                                                  const float scaleNetToOutput)
      expects 4 parameter.
      e709a2b3
  5. 16 11月, 2017 2 次提交
  6. 14 11月, 2017 1 次提交
  7. 11 11月, 2017 3 次提交
  8. 09 11月, 2017 1 次提交
  9. 08 11月, 2017 1 次提交
  10. 04 11月, 2017 5 次提交
  11. 02 11月, 2017 2 次提交
  12. 26 10月, 2017 1 次提交
  13. 20 10月, 2017 1 次提交
  14. 18 10月, 2017 1 次提交
  15. 15 10月, 2017 1 次提交
  16. 14 10月, 2017 1 次提交
  17. 13 10月, 2017 1 次提交
  18. 12 10月, 2017 1 次提交
  19. 10 10月, 2017 3 次提交
  20. 08 10月, 2017 3 次提交
  21. 07 10月, 2017 6 次提交
  22. 04 10月, 2017 2 次提交
    • 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
    • G
      Added IP camera & OpenCV face detector to README · 4db82575
      gineshidalgo99 提交于
      4db82575