Get started with object detection in Android apps quiz

  1. True or false? Given an image or a video stream, an object-detection model can identify which of a known set of objects might be present and provide information about their positions within the image.

  2. True or false? One drawback of object detection is that it can only detect one object.

  3. TensorFlow Serving supports which of these API surfaces?

  4. True or false? You need to generate the client stub code when you use REST to send requests to TensorFlow Serving.