Skip to content

Commit 11e9d4c

Browse files
add learnopencv research article url into readme (#892)
Co-authored-by: fatih <34196005+fcakyon@users.noreply.github.com>
1 parent 3397858 commit 11e9d4c

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

README.md

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@
2323
<br>
2424
<a href="https://colab.research.google.com/github/obss/sahi/blob/main/demo/inference_for_yolov5.ipynb"><img src="https://colab.research.google.com/assets/colab-badge.svg" alt="Open In Colab"></a>
2525
<a href="https://huggingface.co/spaces/fcakyon/sahi-yolox"><img src="https://raw.githubusercontent.com/obss/sahi/main/resources/hf_spaces_badge.svg" alt="HuggingFace Spaces"></a>
26-
27-
26+
27+
2828
</div>
2929
</div>
3030

@@ -56,6 +56,8 @@ Object detection and instance segmentation are by far the most important fields
5656

5757
- [Pretrained weights and ICIP 2022 paper files](https://github.com/fcakyon/small-object-detection-benchmark)
5858

59+
- ['Exploring SAHI' Research Article from 'learnopencv.com'](https://learnopencv.com/slicing-aided-hyper-inference/) (2023) (NEW)
60+
5961
- [Video inference support is live](https://github.com/obss/sahi/discussions/626)
6062

6163
- [Kaggle notebook](https://www.kaggle.com/remekkinas/sahi-slicing-aided-hyper-inference-yv5-and-yx)
@@ -118,7 +120,7 @@ conda install pytorch=1.10.2 torchvision=0.11.3 cudatoolkit=11.3 -c pytorch
118120
```console
119121
conda install pytorch=1.13.1 torchvision=0.14.1 pytorch-cuda=11.7 -c pytorch -c nvidia
120122
```
121-
123+
122124
- Install your desired detection framework (yolov5):
123125

124126
```console
@@ -241,19 +243,19 @@ python -m scripts.run_code_style format
241243
<a align="left" href="https://github.com/kadirnar" target="_blank">Kadir Nar</a>
242244

243245
<a align="left" href="https://github.com/madenburak" target="_blank">Burak Maden</a>
244-
246+
245247
<a align="left" href="https://github.com/PushpakBhoge" target="_blank">Pushpak Bhoge</a>
246248

247249
<a align="left" href="https://github.com/mcvarer" target="_blank">M. Can V.</a>
248250

249251
<a align="left" href="https://github.com/ChristofferEdlund" target="_blank">Christoffer Edlund</a>
250252

251253
<a align="left" href="https://github.com/ishworii" target="_blank">Ishwor</a>
252-
254+
253255
<a align="left" href="https://github.com/mecevit" target="_blank">Mehmet Ecevit</a>
254256

255257
<a align="left" href="https://github.com/ssahinnkadir" target="_blank">Kadir Sahin</a>
256-
258+
257259
<a align="left" href="https://github.com/weypro" target="_blank">Wey</a>
258260

259261
<a align="left" href="https://github.com/youngjae-avikus" target="_blank">Youngjae</a>

0 commit comments

Comments
 (0)