|
23 | 23 | <br> |
24 | 24 | <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> |
25 | 25 | <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 | + |
28 | 28 | </div> |
29 | 29 | </div> |
30 | 30 |
|
@@ -56,6 +56,8 @@ Object detection and instance segmentation are by far the most important fields |
56 | 56 |
|
57 | 57 | - [Pretrained weights and ICIP 2022 paper files](https://github.com/fcakyon/small-object-detection-benchmark) |
58 | 58 |
|
| 59 | +- ['Exploring SAHI' Research Article from 'learnopencv.com'](https://learnopencv.com/slicing-aided-hyper-inference/) (2023) (NEW) |
| 60 | + |
59 | 61 | - [Video inference support is live](https://github.com/obss/sahi/discussions/626) |
60 | 62 |
|
61 | 63 | - [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 |
118 | 120 | ```console |
119 | 121 | conda install pytorch=1.13.1 torchvision=0.14.1 pytorch-cuda=11.7 -c pytorch -c nvidia |
120 | 122 | ``` |
121 | | - |
| 123 | + |
122 | 124 | - Install your desired detection framework (yolov5): |
123 | 125 |
|
124 | 126 | ```console |
@@ -241,19 +243,19 @@ python -m scripts.run_code_style format |
241 | 243 | <a align="left" href="https://github.com/kadirnar" target="_blank">Kadir Nar</a> |
242 | 244 |
|
243 | 245 | <a align="left" href="https://github.com/madenburak" target="_blank">Burak Maden</a> |
244 | | - |
| 246 | + |
245 | 247 | <a align="left" href="https://github.com/PushpakBhoge" target="_blank">Pushpak Bhoge</a> |
246 | 248 |
|
247 | 249 | <a align="left" href="https://github.com/mcvarer" target="_blank">M. Can V.</a> |
248 | 250 |
|
249 | 251 | <a align="left" href="https://github.com/ChristofferEdlund" target="_blank">Christoffer Edlund</a> |
250 | 252 |
|
251 | 253 | <a align="left" href="https://github.com/ishworii" target="_blank">Ishwor</a> |
252 | | - |
| 254 | + |
253 | 255 | <a align="left" href="https://github.com/mecevit" target="_blank">Mehmet Ecevit</a> |
254 | 256 |
|
255 | 257 | <a align="left" href="https://github.com/ssahinnkadir" target="_blank">Kadir Sahin</a> |
256 | | - |
| 258 | + |
257 | 259 | <a align="left" href="https://github.com/weypro" target="_blank">Wey</a> |
258 | 260 |
|
259 | 261 | <a align="left" href="https://github.com/youngjae-avikus" target="_blank">Youngjae</a> |
|
0 commit comments