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.

config.rst 284 B

3 years ago
12345678910111213141516
  1. detectron2.config package
  2. =========================
  3. .. automodule:: detectron2.config
  4. :members:
  5. :undoc-members:
  6. :show-inheritance:
  7. Config References
  8. -----------------
  9. .. literalinclude:: ../../detectron2/config/defaults.py
  10. :language: python
  11. :linenos:
  12. :lines: 4-

No Description