mirror of https://github.com/RE-OWOD/RE-OWOD
|
||
---|---|---|
.. | ||
modules | ||
notes | ||
tutorials | ||
Makefile | ||
OWOD.pdf | ||
README.md | ||
conf.py | ||
index.rst | ||
placeholder.txt | ||
requirements.txt |
README.md
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:
- Install detectron2 according to INSTALL.md.
- Install additional libraries required to build docs:
- docutils==0.16
- Sphinx==3.0.0
- recommonmark==0.6.0
- sphinx_rtd_theme
- mock
- Run
make html
from this directory.