Skip to content

Commit

Permalink
fix slice_image in readme (#149)
Browse files Browse the repository at this point in the history
  • Loading branch information
fcakyon authored Jun 28, 2021
1 parent a94b856 commit b1a2493
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ Check `MMDetection` + `SAHI` demo: <a href="https://colab.research.google.com/gi
```python
from sahi.slicing import slice_image

slice_image_result, num_total_invalid_segmentation = slice_image(
slice_image_result = slice_image(
image=image_path,
output_file_name=output_file_name,
output_dir=output_dir,
Expand Down Expand Up @@ -417,4 +417,4 @@ All you need to do is, creating a new class in [model.py](sahi/model.py) that im

<a align="left" href="https://github.com/sinanonur" target="_blank">Sinan Onur Altinuc</a>

</div>
</div>

0 comments on commit b1a2493

Please sign in to comment.