DenisSouth / SSH

Single Stage Headless Face Detector notebook

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Single Stage Headless Face Detector notebook


Languages

Language:Jupyter Notebook 100.0%