- Microsoft HoloLens By Example
- Joshua Newnham
- 175字
- 2021-07-02 18:36:01
Project setup
Just to recap, the example for this chapter is about performing facial recognition and tagging the recognized person's name (or alias) into the scene. In this section, we will walk through setting up the Microsoft Cognitive Service, which will be responsible for facial detection and identification as well as preparing the dataset that we will use to perform facial identification, that is, photos of people you would like the service to recognize.
We will use one of the Cognitive Services Microsoft services, called Face API, from Face API. As the name implies, the service is orientated around detecting and identifying faces but also allows for some interesting metadata, such as the following:
- Age
- Gender
- Likelihood of smiling
- Wearing glasses
- Emotion (a measurement of happiness, sadness, and anger, along with many others)
- Presence of facial hair
Before you can make use of the service, you must register (if not done so already) an Azure account and add the service to your portal, details described in the next section.
- INSTANT Mock Testing with PowerMock
- Mobile Web Performance Optimization
- 零基礎(chǔ)搭建量化投資系統(tǒng):以Python為工具
- Getting started with Google Guava
- Android開(kāi)發(fā)精要
- 樂(lè)學(xué)Web編程:網(wǎng)站制作不神秘
- Java Web應(yīng)用開(kāi)發(fā)技術(shù)與案例教程(第2版)
- Apache Mesos Essentials
- Building RESTful Python Web Services
- Scala for Machine Learning(Second Edition)
- 持續(xù)集成與持續(xù)交付實(shí)戰(zhàn):用Jenkins、Travis CI和CircleCI構(gòu)建和發(fā)布大規(guī)模高質(zhì)量軟件
- HTML5+CSS3+JavaScript 從入門(mén)到項(xiàng)目實(shí)踐(超值版)
- ActionScript 3.0從入門(mén)到精通(視頻實(shí)戰(zhàn)版)
- Building Business Websites with Squarespace 7(Second Edition)
- Go Systems Programming