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
Copy file name to clipboardExpand all lines: README.md
+10-6Lines changed: 10 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,10 +1,14 @@
1
1
# small-object-detection-benchmark
2
2
3
+
🔥 our paper has been accepted to be presented in ICIP 2022 Bordeaux, France (16-19 October 2022)
4
+
5
+
## summary
6
+
3
7
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
4
8
5
9
refer to [Slicing Aided Hyper Inference and Fine-tuning for Small Object Detection](https://arxiv.org/abs/2202.06934) for full technical analysis
6
10
7
-
# citation
11
+
##citation
8
12
9
13
If you use any file/result from this repo in your work, please cite it as:
10
14
@@ -17,7 +21,7 @@ If you use any file/result from this repo in your work, please cite it as:
17
21
}
18
22
```
19
23
20
-
# visdrone results
24
+
##visdrone results
21
25
22
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
23
27
@@ -75,7 +79,7 @@ refer to table 1 in [Slicing Aided Hyper Inference and Fine-tuning for Small Obj
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
81
85
@@ -119,7 +123,7 @@ refer to table 2 in [Slicing Aided Hyper Inference and Fine-tuning for Small Obj
- download desired checkpoint from the urls in readme.
139
143
140
144
- download xivew or visdrone dataset and convert to COCO format.
141
145
142
146
- set `MODEL_PATH`, `MODEL_CONFIG_PATH`, `EVAL_IMAGES_FOLDER_DIR`, `EVAL_DATASET_JSON_PATH`, `INFERENCE_SETTING` in [predict_evaluate_analyse script](eval_tools/predict_evaluate_analyse.py) then run the script.
143
147
144
-
# roadmap
148
+
##roadmap
145
149
146
150
-[x] add train test split support for xview to coco converter
147
151
-[x] add mmdet config files (fcos, vfnet and tood) for xview training (9 train experiments)
0 commit comments