Skip to content

Commit

Permalink
Stop using mdinclude (doesn't work for badges).
Browse files Browse the repository at this point in the history
  • Loading branch information
faustomorales committed Mar 10, 2020
1 parent 9d13a5e commit f3cf564
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,17 @@
.. mdinclude:: ../README.md
# mira

mira provides tooling for simple object detection projects. The package spans three areas of focus.

- **Core** object detection abstractions for images and annotations
- Access to **datasets** from common formats (e.g., VOC, COCO) and image sets (e.g., VOC 2012)
- A common API to for **well-known models** (e.g., RetinaNet and YOLO)

## Installation

```shell
pip install mira
```


.. toctree::
tutorials/index
Expand Down

0 comments on commit f3cf564

Please sign in to comment.