ZhengChong
chore: Add SCHP model and detectron2 dependencies
6a6227f
|
raw
history blame contribute delete
No virus
483 Bytes

A newer version of the Gradio SDK is available: 5.0.2

Upgrade

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.0.0
  • recommonmark==0.6.0
  • sphinx_rtd_theme
  • mock
  1. Run make html from this directory.