Get started with object detection

  1. The advanced computer-vision task that tells you where the objects are within the image by returning a mask that tells you which pixel belongs to which object is known as ___ .

  2. To train your own model, you need to complete the following tasks. Match the task with the correct order for completion.

    Each answer only matches one item.

    use TensorFlow Lite Model Maker to train a custom object-detection model

    collect and label your training dataset

    deploy the custom model to your mobile app using TensorFlow Lite Task Library

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

  4. Match the following ML Kit ObjectDetector's builder settings with their options.

    Each answer only matches one item.

    Single image or stream

    Single or multiple object detection

    Classification mode—on or off