masu-mi / face_detector

PRACTICE: making face detection Web API using Goji(golang light weight web application frame work)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

face-detector

サンプルコード: making face detection Web API using Goji(golang light weight web application frame work).

Cascade Classifier for Object Detection用の学習データファイル(haarcascade_frontalface_default.xml)が必要。

以下の様な内容から始まるhaarcascade_frontalface_default.xml を探してくる。 公式github から curl したxml だとver.の都合で動かなかった(自分のOpenCVはv2.11.1)上、どこで見つけてきたか忘れたうえ、 OpenCVは真面目に調べていない。

<opencv_storage>
<haarcascade_frontalface_default type_id="opencv-haar-classifier">
  <size>24 24</size>
  <stages>

reference(I studied following sites.)

About

PRACTICE: making face detection Web API using Goji(golang light weight web application frame work)


Languages

Language:Go 91.8%Language:HTML 5.4%Language:Makefile 2.7%