Skip to content

Commit 036249a

Browse files
authored
update citation (#15)
* update citation * Update CITATION.cff * Update README.md * Update README.md
1 parent 7fac15f commit 036249a

File tree

2 files changed

+15
-9
lines changed

2 files changed

+15
-9
lines changed

CITATION.cff

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ cff-version: 1.2.0
22
preferred-citation:
33
type: article
44
title: "Slicing Aided Hyper Inference and Fine-tuning for Small Object Detection"
5-
doi: https://doi.org/10.48550/arXiv.2202.06934
6-
url: https://arxiv.org/abs/2202.06934
7-
journal: arXiv
5+
doi: 10.1109/ICIP46576.2022.9897990
6+
url: https://ieeexplore.ieee.org/document/9897990
7+
journal: 2022 IEEE International Conference on Image Processing (ICIP)
88
message: "If you use this results in your work, please cite it."
99
authors:
1010
- family-names: "Akyon"
@@ -13,4 +13,6 @@ preferred-citation:
1313
given-names: "Sinan Onur"
1414
- family-names: "Temizel"
1515
given-names: "Alptekin"
16-
year: 2022
16+
year: 2022
17+
start: 966
18+
end: 970

README.md

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,14 @@
11
# small-object-detection-benchmark
22

3-
🔥 our paper has been accepted to be presented in ICIP 2022 Bordeaux, France (16-19 October 2022)
3+
<a href="https://ieeexplore.ieee.org/document/9897990"><img src="https://img.shields.io/badge/DOI-10.1109%2FICIP46576.2022.9897990-orange.svg" alt="ci">
4+
5+
🔥 our paper has been presented in ICIP 2022 Bordeaux, France (16-19 October 2022)
46

57
## summary
68

79
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
810

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
1012

1113
## citation
1214

@@ -16,14 +18,16 @@ If you use any file/result from this repo in your work, please cite it as:
1618
@article{akyon2022sahi,
1719
title={Slicing Aided Hyper Inference and Fine-tuning for Small Object Detection},
1820
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},
2024
year={2022}
2125
}
2226
```
2327

2428
## visdrone results
2529

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
2731

2832
[fcos_fi_visdrone_results_url]: https://github.com/fcakyon/sahi-benchmark/releases/download/v0.0.1/fcos_fi_visdrone_results.zip
2933
[fcos_sahi_po_visdrone_results_url]: https://github.com/fcakyon/sahi-benchmark/releases/download/v0.0.1/fcos_sahi_po_visdrone_results.zip
@@ -81,7 +85,7 @@ refer to table 1 in [Slicing Aided Hyper Inference and Fine-tuning for Small Obj
8185

8286
## xview results
8387

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
8589

8690
[fcos_fi_xview_results_url]: https://github.com/fcakyon/sahi-benchmark/releases/download/v0.0.1/fcos_fi_xview_results.zip
8791
[fcos_sf_sahi_xview_results_url]: https://github.com/fcakyon/sahi-benchmark/releases/download/v0.0.1/fcos_sf_sahi_xview_results.zip

0 commit comments

Comments
 (0)