1. 26 11月, 2019 2 次提交
  2. 24 6月, 2019 1 次提交
  3. 19 6月, 2018 1 次提交
  4. 08 6月, 2018 3 次提交
  5. 02 3月, 2018 1 次提交
  6. 29 1月, 2018 3 次提交
  7. 18 11月, 2017 1 次提交
  8. 08 6月, 2017 1 次提交
  9. 02 6月, 2017 1 次提交
  10. 02 5月, 2017 2 次提交
    • M
      Docker config changes supporting TLS (part 2). This fixes an issue with pip... · 268d2c46
      montag 提交于
      Docker config changes supporting TLS (part 2). This fixes an issue with pip and some of the dependent libraries.
      268d2c46
    • M
      Tls cert bugfix (#262) · 47afcbf3
      montag 提交于
      * Bugfix for systems that cannot generate openssl certs. Includes self-signed certs that expire in 10 years. Removed automatic cert generation from install-deps.sh. Updated create-cert.sh to manually generate 10year certs (or any custom duration).
      
      * Docker config changes to support web demo TLS
      47afcbf3
  11. 28 4月, 2017 1 次提交
    • M
      TLS migration for demos/web (#260) · 37ba2ac9
      montag 提交于
      What does this PR do?
      
      Minimally invasive migration to TLS for the http (8000) and websocket (9000) endpoints for the real time web demo.
      
      Where should the reviewer start?
      
      Install the demo like a normal install. During the install-deps.sh script it will prompt for questions to generate a local self-signed cert. Anything can be entered into the cert. Start the demo as normal but connect on https://domain:http_port instead of http.
      
      How should this PR be tested?
      
      The first step is the cert generation (added to install-deps.sh for convenience). The second step is ensuring the two endpoints are brought up. The next step is loading the web page and accepting the self-signed cert. Reloading the web app everything should now be secure, e.g. no errors or warnings and the video works as normal.
      
      Any background context you want to provide?
      
      I tried to be as minimal as possible so the changes tends to follow the existing structure rather than a refactor of anything major. With that said, SimpleHTTPServer doesn't work with TLS via the -m flag so that is now a short script. I updated all the html/js files to point to https/wss. I also updated the js for Firefox's change from navigator.mozGetUserMedia to navigator.mediaDevices.getUserMedia.
      
      What are the relevant issues?
      
      #75
      
      Questions:
      
      Do the docs need to be updated?
      Yes. I updated the script's docs in demos/web but didn't make any changes outside of demos/web
      
      Does this PR add new (Python) dependencies?
      I don't think so.
      37ba2ac9
  12. 25 4月, 2017 3 次提交
    • C
      Update opencv-dlib-torch.Dockerfile (#241) · 07fb4c79
      Christopher Baker 提交于
      07fb4c79
    • B
      fe8f73eb
    • A
      Make OpenFace work with Python 3 (#231) · 71ee6ee7
      Andrew 提交于
      * Make OpenFace Python 3 compatible, retaining Python 2 compatibility.
      Tests could be parameterised to test for either Python 2 or 3.
      Tests currently fail due to different library calculation outcomes?
      
      * Tiny change to remove the dependency on nosetest3.
      
      * Dockerfile updates for OpenFace + Python3 + Dlib19.2 + OpenCV3.2
      
      * Revert "Dockerfile updates for OpenFace + Python3 + Dlib19.2 + OpenCV3.2"
      
      This reverts commit ec08fc92261877d8a2023ab6dc8fd0610641bd2c.
      
      * Change for python2 backwards compatibility
      
      * Change for python2 backwards compatibility
      
      * Change to ensure python2 backwards compatibility
      
      * Change to ensure python2 backwards compatibility
      71ee6ee7
  13. 08 4月, 2017 1 次提交
  14. 27 3月, 2017 1 次提交
  15. 08 2月, 2017 6 次提交
  16. 08 1月, 2017 2 次提交
  17. 05 11月, 2016 1 次提交
  18. 21 10月, 2016 2 次提交
  19. 16 10月, 2016 2 次提交
  20. 08 10月, 2016 1 次提交
  21. 22 9月, 2016 1 次提交
  22. 20 9月, 2016 1 次提交
  23. 15 9月, 2016 2 次提交