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
The repo is about our recent work on object detection in aerial image, the paper of the work "Clustered Object Detection in Aerial Image" (ICCV2019) and its supplementatry are available here or ResearchGate. If you think this project is useful for you, feel free to leave a star. (^^)
Installing codebase
The work is implemented based on Caffe2 , please install it according to the corresponding instruction.
Fuse the detections from global images and cluster chips
run "./detectron/ops/fuse_global_cluster_detections.m"
Note
If you want to crop the image evenly, run "./detectron/ops/evenly_image_partition.m"
If you have any questions regarding the code, please feel free to contact me fyang@temple.edu
Cite
@InProceedings{Yang_2019_ICCV,
author = {Yang, Fan and Fan, Heng and Chu, Peng and Blasch, Erik and Ling, Haibin},
title = {Clustered Object Detection in Aerial Images},
booktitle = {The IEEE International Conference on Computer Vision (ICCV)},
month = {October},
year = {2019}
}