Skip to content

Codes for the reproducibility of the paper "Navigating the Waters of Object Detection: Evaluating the Robustness of Real-time Object Detection Models for Autonomous Surface Vehicles"

Notifications You must be signed in to change notification settings

yvnjiaaaa/navigating_waters_of_object_detection

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

navigating_waters_of_object_detection

This repo provides supplementary materials for the reproducibility of the paper "Navigating the Waters of Object Detection: Evaluating the Robustness of Real-time Object Detection Models for Autonomous Surface Vehicles".

Acknowledgments

For the three object detection appoaches used here, we run the experiments with the codes from the following repositories:

  • YOLOv8
  • SSD
    • The repo does not provide ResNet backbone. Therefore we add ResNet backbone files to run SSD+Resnet. The ResNet backbone files are provided in approaches/SSD/SeaShips/backbones/
  • NanoDet-Plus

For the dataset generation of the SMD dataset, we refer to the following repository:

Object detection approaches

The config/args files as well as the random seeds of YOLOv8 and NanoDet-Plus are provided in approaches/. The SSD repo we used to implement the SSD approach does not provide the random seed parameter, but we can provide the .pth files.

Datasets

We use three waterborne object detection datasets: SeaShips, SMD, and SSAVE. The detailed data splitting is provided in datasets/.

About

Codes for the reproducibility of the paper "Navigating the Waters of Object Detection: Evaluating the Robustness of Real-time Object Detection Models for Autonomous Surface Vehicles"

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages