detectron2

Package — Deep LearningPython 3.7+Advanced

Meta AI platform for object detection and segmentation

Quick Info

Documentation
Official Docs
Python Version
3.7+
Dependencies
PyTorch, torchvision, pycocotools, fvcore, iopath, Pillow, termcolor
Install
pip install detectron2 -f https://dl.fbaipublicfiles.com/detectron2/wheels

Learn by Difficulty

Quick Example

python
# Install: pip install detectron2 -f https://dl.fbaipublicfiles.com/detectron2/wheels
import detectron2

# Basic detectron2 usage
print(f"Using detectron2")
# See documentation for detailed examples

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

Try in Playground

Tags

packagedeep-learningneural-networkaigpu