You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
🔥 our paper has been presented in ICIP 2022 Bordeaux, France (16-19 October 2022)
4
6
5
7
## summary
6
8
7
9
small-object-detection benchmark on visdrone and xview datasets using [fcos](https://arxiv.org/abs/1904.01355), [vfnet](https://arxiv.org/abs/1810.05943) and [tood](https://arxiv.org/abs/2108.07755) detectors
8
10
9
-
refer to [Slicing Aided Hyper Inference and Fine-tuning for Small Object Detection](https://arxiv.org/abs/2202.06934) for full technical analysis
11
+
refer to [Slicing Aided Hyper Inference and Fine-tuning for Small Object Detection](https://ieeexplore.ieee.org/document/9897990) for full technical analysis
10
12
11
13
## citation
12
14
@@ -16,14 +18,16 @@ If you use any file/result from this repo in your work, please cite it as:
16
18
@article{akyon2022sahi,
17
19
title={Slicing Aided Hyper Inference and Fine-tuning for Small Object Detection},
18
20
author={Akyon, Fatih Cagatay and Altinuc, Sinan Onur and Temizel, Alptekin},
19
-
journal={arXiv preprint arXiv:2202.06934},
21
+
journal={2022 IEEE International Conference on Image Processing (ICIP)},
22
+
doi={10.1109/ICIP46576.2022.9897990},
23
+
pages={966-970},
20
24
year={2022}
21
25
}
22
26
```
23
27
24
28
## visdrone results
25
29
26
-
refer to table 1 in [Slicing Aided Hyper Inference and Fine-tuning for Small Object Detection](https://arxiv.org/abs/2202.06934) for more detail on visdrone results
30
+
refer to table 1 in [Slicing Aided Hyper Inference and Fine-tuning for Small Object Detection](https://ieeexplore.ieee.org/document/9897990) for more detail on visdrone results
@@ -81,7 +85,7 @@ refer to table 1 in [Slicing Aided Hyper Inference and Fine-tuning for Small Obj
81
85
82
86
## xview results
83
87
84
-
refer to table 2 in [Slicing Aided Hyper Inference and Fine-tuning for Small Object Detection](https://arxiv.org/abs/2202.06934) for more detail on xview results
88
+
refer to table 2 in [Slicing Aided Hyper Inference and Fine-tuning for Small Object Detection](https://ieeexplore.ieee.org/document/9897990) for more detail on xview results
0 commit comments