/Detectron2-application

Detectron2 Instance Segmentation , Detection & Keypoints Segmentation and Skin Cancer Prediction

Primary LanguagePython

Detectron2 Instance Segmentation , Detection & Keypoints Segmentation and Skin Cancer Prediction

OUTPUT

1. Skin Cancer Prediction

ezgif com-gif-maker

2. Detection on video

detect (2)

3. Segmentation on video

seg

4. Keypoints Segmentation on video

key (2)

Read the docs:

The latest documentation built from this directory is available at detectron2.readthedocs.io. Documents in this directory are not meant to be read on github.

Build the docs:

  1. Install detectron2 according to INSTALL.md.
  2. Install additional libraries required to build docs:
  • docutils==0.16
  • Sphinx==3.2.0
  • recommonmark==0.6.0
  • sphinx_rtd_theme
  1. Run make html from this directory.