Skip to content

MaikWischow/Camera-Condition-Monitoring

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Monitoring and Adapting the Physical State of a Camera for Autonomous Vehicles (IEEE T-ITS, 2023)

This repository contains the source code of the paper Monitoring and Adapting the Physical State of a Camera for Autonomous Vehicles (IEEE T-ITS, 2023), by Maik Wischow, Guillermo Gallego, Ines Ernst and Anko Börner.

A postprint PDF of the paper, including supplementary material, is available on arXiv.

We propose a modular and general self-health-maintenance framework that strives for optimal application performance. We demonstrate the working principle of the framework on the exemplary application of object detection, and focus on motion blur and noise as typical undesired disturbances (see Fig. 1).

MaikWischow_Figure1

General information

  • Each sub-directory contains its own readMe file with instructions.
  • All python scripts that are intended to be executable have a commented out example code at the end. Before you run any scripts, please uncomment and customize the respective code blocks first. Matlab scripts can be customized and executed directly.
  • All python package requirements are specified in the tested versions.

Citation

@article{wischow2023monitoring,
  author = {Wischow, Maik and Gallego, Guillermo and Ernst, Ines and Börner, Anko},
  title = {Monitoring and Adapting the Physical State of a Camera for Autonomous Vehicles},
  journal = {IEEE Transactions on Intelligent Transportation Systems (T-ITS)},
  year = {2023},
  volume = {},
  number = {},
  pages = {1-14},
  doi = {10.1109/TITS.2023.3328811}
}

Related Project

Noise Source Estimation (AISY, 2024)