Apple Interview Question

Phone question: How would you test a human detection system?

Interview Answer

Anonymous

Mar 25, 2022

Given an input image and an expected human detection image, I would computed the image difference between the expected and the actual image generated by the human detection system.

1