This is the code used to set the Benchmark within the paper "A Benchmark for Deep Learning BasedObject Detection in Maritime Environments" by Moosbauer et al., IEEE CVPR Workshops 2019. Here is the direct link to the paper: click me
As the used Detectron-Framework is deprecated and the results might hard to reproduce, main contribution of this repository are the provided annotations, including the semantic segmentation used for weakly-supervised recursive training.
Add-on to the Detectron-Framework that enables evaluation using our evaluation strategy
Necessary code to reproduce our evaluation strategy used within Detectron-Framework.
Python script that acts as a wrapper to re-initialize trainings following our used weakly-supervised recursive training
If you use any of the findings of our paper, then please cite us:
@InProceedings{Moosbauer_2019_CVPR_Workshops,
author = {Moosbauer, Sebastian and Konig, Daniel and Jaekel, Jens and Teutsch, Michael},
title = {A Benchmark for Deep Learning Based Object Detection in Maritime Environments},
booktitle = {Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR) Workshops},
month = {June},
year = {2019}
}