You can not select more than 25 topics Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.

README.md 417 B

3 years ago
123456789101112131415
  1. # Read the docs:
  2. The latest documentation built from this directory is available at [detectron2.readthedocs.io](https://detectron2.readthedocs.io/).
  3. # Build the docs:
  4. 1. Install detectron2 according to [INSTALL.md](INSTALL.md).
  5. 2. Install additional libraries required to build docs:
  6. - docutils>=0.14
  7. - Sphinx>=1.7
  8. - recommonmark==0.4.0
  9. - sphinx_rtd_theme
  10. - mock
  11. 3. Run `make html` from this directory.

No Description