Repository for the paper "Neural Networks for Classification and Unsupervised Segmentation of Visibility Artifacts on Monocular Camera Image"
Dataset "VisibilityArtifacts" consists of a partial combination of images from the data sets:
- Woodscape ("Soiling Detection" sample), radial distortion has been eliminated for this set and the images have been corrected;
- DrivingStereo ("Different weathers" sample);
- TapmerDetection;
- ACDC.
In order to balance the number of images per class, data augmentation was performed using the imgaug tool, from thoseimages in which there were no visibility artifacts. As a result, a balanced "VisibilityArtifacts" dataset was formed, including 22311 images, divided into 7 categories, it's description is given in Table 2, examples of images are shown in Fig. 2 in the article.
If you want to use this dataset in your research, then read the following conditions:
Because if you download the dataset "VisibilityArtifacts", then you accept them automatically.
Links to the dataset:
For comfortable data processing, use the code from the "Loading data and splitting it" section of the notebook "Training Classifiers.ipynb".
@article{kuznetsov2022neural,
title={Neural Networks for Classification and Unsupervised Segmentation of Visibility Artifacts on Monocular Camera Image},
author={Kuznetsov, Vladislav I and Yudin, Dmitry A},
journal={Optical Memory and Neural Networks},
volume={31},
number={3},
pages={245--255},
year={2022},
publisher={Springer}
}