- train your diver detection model by Faster R-CNN according to this tutorial
- under the tensorflow/models/research/object_detecion/detection_obj.py, set the path to your labels, test images and frozen training graphs
- run python detection_obj.py
- under the path to your test images folder, the final training results will be shown (i.e., override the original images).
- If you need pretrained model, please send the author Youya Xia (youyaxia@cs.cornell.edu) an email request.
- Paper: https://ieeexplore.ieee.org/stamp/stamp.jsp?arnumber=8794290
- Bibliography entry for citation:
@inproceedings{xia2019visual,
title={Visual Diver Recognition for Underwater Human-Robot Collaboration},
author={Xia, Youya and Sattar, Junaed},
booktitle={2019 International Conference on Robotics and Automation (ICRA)},
pages={6839--6845},
year={2019},
organization={IEEE}
}