Our networks are back online and we’ve successfully connected to a webcam on the Mars base, but our mission doesn’t end here. After a period of silence, we need to verify all is well with our team, confirm their identities and ensure we’re not communicating with interlopers.
Your mission is to use the Azure Cognitive Services Face API to detect the faces in this photo, retrieved from a Martian webcam just minutes ago. We must verify that all crew members are present. Any unusual results should be reported immediately to the commanding officers in the room. Let’s jump right in.
To ensure that you are technically proficient with the Cognitive Services Face API, we ask that you first complete the following core skill's training exercise:
Note: Even if you are working in teams, it is recommended that each team member complete the core skill training exercises. This will make sure that the entire team is ready to accomplish the Mission Objectives.
- Get Started with Face API in C# (https://aka.ms/face-cs)
- Get Started with Face API in Python Tutorial (https://aka.ms/face-py)
- Getting Started with Face API in Java for Android Tutorial (https://aka.ms/face-jv)
Now that you can successfully interact with the Cognitive Services Face API, your mission is to use an image of the crew from the webcam on Mars to detect the faces and count them off. You need to verify that all six crew members are present and appear healthy.
In addition, our telemetry is showing some odd data… either our sensors are on the fritz, or there is an additional life form out there with them. The six crew members are listed below and can also be found in your mission dossier:
Photo | Name | Position |
---|---|---|
Anna Malli | Commander | |
Erika Mustermann | Mission Specialist | |
Ivan Sidorov | Payload Specialist | |
Juan Pérez | Flight Engineer | |
Seán Ó Rudaí | Pilot | |
Jean Dupont | Payload Commander |
-
Use a copy of the photo recently retrieved from the Mars base monitoring camera here: Crew Photo (https://aka.ms/fourthhorizoncrewphoto)
-
Upload the photo to congitive services using the application you created in the core skills training exercise above.
Note: if you had problems creating the app above, or just didn't have time, you can use the sample implementation here
-
Count the faces, and verify that all six crew members are present.
-
Look for any additional faces or life forms that may be present.