1. 10 10月, 2017 3 次提交
  2. 08 10月, 2017 3 次提交
  3. 07 10月, 2017 6 次提交
  4. 04 10月, 2017 4 次提交
    • 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
    • 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
  5. 03 10月, 2017 1 次提交
  6. 01 10月, 2017 2 次提交
  7. 30 9月, 2017 3 次提交
  8. 29 9月, 2017 1 次提交
  9. 28 9月, 2017 1 次提交
  10. 26 9月, 2017 2 次提交
  11. 23 9月, 2017 1 次提交
  12. 22 9月, 2017 1 次提交
  13. 20 9月, 2017 5 次提交
  14. 19 9月, 2017 2 次提交
  15. 18 9月, 2017 4 次提交
    • G
      Removed all sign warnings · 25d021e7
      gineshidalgo99 提交于
      25d021e7
    • G
      Updated gitignore · 02354bb3
      gineshidalgo99 提交于
      02354bb3
    • G
      Updated instructions · 030e3a4f
      Gines 提交于
      030e3a4f
    • F
      Jetson TX2 JetPack 3.1 install scripts (#245) · 4e9766f1
      Florent Buisson 提交于
      * Install scripts and configurations for Jetson TX2 with JetPack 3.1
      
      * All working, fixed missing warning message.
      
      * Added documentation for Jetson TX2 installation.
      
      * Rename Makefile.config.Ubuntu16_cuda8.JetsonTX2 to Makefile.config.Ubuntu16_cuda8_JetsonTX2
      
      * Rename Makefile.config.Ubuntu16_cuda8.JetsonTX2 to Makefile.config.Ubuntu16_cuda8_JetsonTX2
      
      * Update installation_jetson_tx2.md
      
      * Update install_openpose_JetsonTX2_JetPack3.1.sh
      
      * Update install_caffe_JetsonTX2_JetPack3.1.sh
      4e9766f1
  16. 17 9月, 2017 1 次提交