1. 17 1月, 2018 2 次提交
    • B
      CMake support for Windows added (#379) · 911fd16a
      Bikramjot Hanzra 提交于
      * basic version working -- need to remove hacks.
      
      * source groups added and removing hacks.
      
      * Executables placed in subfolders.
      
      * boost error fixed and neater folder view in VS.
      
      * basic version working -- need to remove hacks.
      
      * source groups added and removing hacks.
      
      * Executables placed in subfolders.
      
      * boost error fixed and neater folder view in VS.
      
      * Code updated to make it run with Ubuntu.
      
      * Updated New Module
      
      * More VS options added to CMake.
      
      * CMake now downloads Windows dependencies if needed.
      
      * Replicating Manual VS settings.
      
      * more flags added.
      
      * works -- but now crashes alot.
      
      * Optimization flags added. Need to figure out why /GL doesn't work.
      
      * most of the options working.
      
      * removed caffe
      
      * works on windows
      
      * windows running everytime.
      
      * Sh scripts to 775
      
      * Updated release_notes.md
      
      * Boost removed
      
      * Added max optimization (O3) in Ubuntu
      
      * Fixed minor flag bugs
      
      * Added download link for freeglut
      
      * openpose3d added, works for any binary dir, debug version works.
      911fd16a
    • G
      Speed verbose at runtime configurable by user · a87b0b6d
      gineshidalgo99 提交于
      a87b0b6d
  2. 14 1月, 2018 3 次提交
  3. 12 1月, 2018 2 次提交
  4. 11 1月, 2018 2 次提交
  5. 10 1月, 2018 5 次提交
  6. 06 1月, 2018 1 次提交
  7. 04 1月, 2018 1 次提交
  8. 31 12月, 2017 1 次提交
  9. 21 12月, 2017 1 次提交
  10. 20 12月, 2017 4 次提交
  11. 09 12月, 2017 1 次提交
  12. 08 12月, 2017 1 次提交
  13. 28 11月, 2017 1 次提交
  14. 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
  15. 16 11月, 2017 2 次提交
  16. 14 11月, 2017 1 次提交
  17. 11 11月, 2017 3 次提交
  18. 09 11月, 2017 1 次提交
  19. 08 11月, 2017 1 次提交
  20. 04 11月, 2017 5 次提交
  21. 02 11月, 2017 1 次提交