Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
EMalagoli92 authored Apr 2, 2024
1 parent 08480ca commit 4c18e6a
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@
<img src="https://img.shields.io/endpoint?url=https://gist.githubusercontent.com/EMalagoli92/331395960725a4b47d4ca4977a24e949/raw/version.json?kill_cache=1" />
<a href="https://github.com/EMalagoli92/OD-Metrics/blob/main/LICENSE">
<img src="https://img.shields.io/badge/License-MIT-blue.svg?style=flat-square" alt="License: MIT">
</a><br>
<a href="https://mybinder.org/v2/gh/EMalagoli92/OD-metrics/HEAD?labpath=samples%2Fsamples.ipynb">
<img src="https://mybinder.org/badge_logo.svg">
</a>
</p>

Expand All @@ -33,6 +36,7 @@ and `mAR` can be set by user to custom values;
- **Compatibility with [COCOAPI](https://github.com/cocodataset/cocoapi)**: each
calculated metric is tested to coincide with COCOAPI metrics.


## Installation
Install from PyPI
```
Expand All @@ -47,6 +51,10 @@ pip install git+https://github.com/EMalagoli92/OD-Metrics
For help, usage and API reference, please refer to [Documentation](https://emalagoli92.github.io/OD-Metrics/)


## Try live Demo
Try OD-Metrics samples with Binder [![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/EMalagoli92/OD-metrics/HEAD?labpath=samples%2Fsamples.ipynb)


## Simple Example

``` python
Expand Down

0 comments on commit 4c18e6a

Please sign in to comment.