Skip to content

Commit

Permalink
added warning tests
Browse files Browse the repository at this point in the history
  • Loading branch information
rdbs-oss committed Nov 16, 2021
1 parent 9ae4fc7 commit 7644101
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Speeding up Non Maximum Suppresion ran on very large images by a several folds f
This project becomes useful in the case of very high dimensional images data, when the amount of predicted instances to prune becomes considerable (> 10,000 objects).

<p float="center">
<center><img src="https://raw.githubusercontent.com/remydubois/lsnms/main/assets/images/timings_medium_image.png?token=AEJMSVNEIBF2PMWIVASMKATAMIKHS" width="700" />
<center><img src="" width="700" />
<figcaption>Run times (on a virtual image of 10kx10k pixels)</figcaption></center>
</p>

Expand All @@ -13,11 +13,11 @@ This project is fully installable with pip:
```
pip install lsnms
```
or by cloning this repo
or by cloning this repo with poetry
```
git clone https://github.com/remydubois/lsnms
cd lsnms/
pip install -e .
poetry install
```
Only dependencies are numpy and numba.

Expand Down

0 comments on commit 7644101

Please sign in to comment.