detectron2Easy Playground

Meta AI platform for object detection and segmentation

Getting started with detectron2Run locally
Install
pip install detectron2 -f https://dl.fbaipublicfiles.com/detectron2/wheels
Python CodeRun locally
Expected Output
# Expected output shown below
# (Run locally with: detectron2)

detectron2 is a third-party package. Meta AI platform for object detection and segmentation. Install with: pip install detectron2 -f https://dl.fbaipublicfiles.com/detectron2/wheels

Challenge

Try modifying the code above to explore different behaviors. Can you extend the example to handle a new use case?