[Cognitive Service之Face Api][12]人臉識別的AI服務 - 用Face API Explorer看看Identify的應用
![[Cognitive Service之Face Api][12]人臉識別的AI服務 - 用Face API Explorer看看Identify的應用.jpg](/posts/2018/10/2018-10-11-cognitive-service-face-api-12-demonstrate-identify-usage-using-face-api-explorer/6147f56e-4588-4ee2-ba7d-42923761eac4.jpg)
背景圖片來源:https://pixabay.com/en/books-spine-colors-pastel-1099067/
上一篇([11]人臉識別的AI服務 - Identify 找出圖片的臉是誰)介紹完了如何透過Identify的方式找出圖片裡面的臉是屬於那個人之後,這個系列要介紹Face API的服務就差不多告一個段落。
介紹純API的呼叫是看看最底層的用法,當整合到Application裡面,用途就多了。
這一篇將用Face API Explorer這個工具,看看在裡面是如何整合Identify的功能。
2018-10-11 Thursday
「Cognitive Service之Face Api」
cognitive service
ai
azure
face-api
[Cognitive Service之Face Api][09]人臉識別的AI服務 - Face Api Explorer - GUI工具來建立Person Group Model
![[Cognitive Service之Face Api][09]人臉識別的AI服務 - Face Api Explorer - GUI工具來建立Person Group Model.jpg](/posts/2018/10/2018-10-04-cognitive-service-face-api-09-face-api-explorer-gui-for-training-persongroup-model/c188c40c-16e6-4d4b-aa20-286c65d30583.jpg)
圖片來源:https://pixabay.com/en/books-spine-colors-pastel-1099067/ 在上一篇([08]人臉識別的AI服務 - 建立自己人物的臉Model - 瞭解PersonGroup、Person以及Face的概念)介紹了PersonGroup、Person以及Face之間的關聯,并且透過用直接呼叫API的方式建立出了一個myFriends
的Model,下一步就是要看如何使用這個Model。
不過在進入如何使用這個Model之前,肯定是要先把Model Training好用起來才好用。但是要透過Postman一個一個建立Person以及加入Face有點不方便,尤其是看不出來目前那些person有哪些face
(上篇沒有介紹取得的API,但是是可以取得建立的信息,但是畢竟都是文字看起來還是不容易看)
難道沒有GUI的界面嗎?這邊就來介紹一個大大所建立的Open Source專案,Face API Explorer。
2018-10-04 Thursday
「Cognitive Service之Face Api」
cognitive service
ai
azure
face-api
[Cognitive Service之Face Api][08]人臉識別的AI服務 - 建立自己人物的臉Model - 瞭解PersonGroup、Person以及Face的概念
![[Cognitive Service之Face Api][08]人臉識別的AI服務 - 建立自己人物的臉Model - 瞭解PersonGroup、Person以及Face的概念.jpg](/posts/2018/10/2018-10-03-cognitive-service-face-api-08-understand-persongroup-person-and-face-to-create-person-model/74d6204c-db01-4132-8ee3-55a80c20ac56.jpg)
圖片來源:https://pixabay.com/en/books-spine-colors-pastel-1099067/
在上一篇([07]人臉識別的AI服務 - C#整合Verify驗證兩張圖片的人是否同個人)介紹完了Face Api裡面的Verify功能,在介紹這個Api的時候遇到了其中一個呼叫方式的參數叫做personGroupId
。
這個Person Group Id只得是什麽呢?如何建立呢?
這邊來看一下在Face Api裡面的Person Group、Person以及Face的概念,以及如何呼叫API來建立這些概念。
2018-10-03 Wednesday
「Cognitive Service之Face Api」
cognitive service
ai
azure
face-api
[Cognitive Service之Face Api][06]人臉識別的AI服務 - 使用Verify確認兩張圖片的人臉是否為同一人
![[Cognitive Service之Face Api][06]人臉識別的AI服務 - 使用Verify確認兩張圖片的人臉是否為同一人.jpg](/posts/2018/09/2018-09-19-cognitive-service-face-api-06-use-face-api-verify-to-see-if-two-face-are-same-person/1b807369-0e36-40b3-b964-fc78f7d9db6a.jpg)
圖片來源:https://pixabay.com/en/books-spine-colors-pastel-1099067/
在上一篇([05]人臉識別的AI服務 - 使用Python框出圖像裡面人臉的部分)看完了如何在Python裡面呼叫Face Api裡面的Detect服務,并且把圖片裡面的人臉部分用紅色框起來,然後把年紀用藍色列在了頭像下面,基本上識別相關的服務就介紹到這邊。
剩下的應用就是看想象力了。
能夠識別圖片裡面的人臉只是服務的一部分,另外一個常用情景是,能不能識別人臉是不是屬於同一個人?這種類型的應用非常的多,例如環安裡面當是同一個人門要開啓就可以使用到這個服務。
這篇來看看如何使用Verify這個服務,看看如何呼叫,并且回傳的内容是什麽。
2018-09-19 Wednesday
「Cognitive Service之Face Api」
cognitive service
ai
azure
face-api
[Cognitive Service之Face Api][01]人臉識別的AI服務 - Face API能夠做什麽?
![[Cognitive Service之Face Api]人臉識別的AI服務 - Face API能夠做什麽?.jpg](/posts/2018/09/2018-09-04-cognitive-service-face-api-01-what-is-it-and-what-can-it-do/7c097362-eeea-42b2-9ec8-4d5ffb03a92c.jpg)
圖片來源:https://pixabay.com/en/books-spine-colors-pastel-1099067/
Face Api是微軟的Cognitive Service(認知服務)Vision(視覺)裡面的一個服務。
最主要的目的是用來處理和人臉識別有關的AI功能。
這篇從Overview的角度來看看Face API能夠做什麽,然後這個系列會介紹什麽。
2018-09-04 Tuesday
「Cognitive Service之Face Api」
cognitive service
ai
azure
face-api