Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 1.04 KB

README.md

File metadata and controls

23 lines (15 loc) · 1.04 KB

SSH: Single Stage Headless Face Detector

Jupyter Notebook for https://github.com/mahyarnajibi/SSH

Guide to run demo.py

Update July 2020

  1. Python 2.7 is deprecated in Google Colab, and we should use this link to open Colab based on Python 2.7 https://colab.research.google.com/notebook#create=true&language=python2
    source of that url: https://stackoverflow.com/a/61479823/6355116
  2. Open my jupyter notebook caffe_ssh.ipynb
  3. Then open "Runtime"/ "Change runtime type" and select Python 2 and GPU
  4. Run jupyter notebook cells one by one
  5. Finally you will able to run demo.py and will see following picture
>> rezult will save in /content/SSH/data/demo/demo_detections_SSH.png

demo_detections_SSH

SSH repository includes the code for training and evaluating the SSH face detector introduced in our ICCV 2017 paper.

License for that notebook is MIT