Home

Awesome

PP4AV: A benchmarking Dataset for Privacy-preserving Autonomous Driving

Quick start

News

2022.10:

2022.7: PP4AV v1.0 is released with images, face and license plate bounding box annotations.

Prerequisites

The code of baseline model and auxiliary scripts is built with following libraries:

Dataset

Data Summary

PP4AV is the first public dataset with faces and license plates annotated with driving scenarios. P4AV provides 3,447 annotated driving images for both faces and license plates. For normal camera data, we sampled images from the existing videos in which cameras were mounted in moving vehicles, running around the European cities. The images in PP4AV were sampled from 6 European cities at various times of day, including nighttime. We use the fisheye images from the WoodScape dataset to select 244 images from the front, rear, left, and right cameras for fisheye camera data. PP4AV dataset can be used as a benchmark suite (evaluating dataset) for data anonymization models in autonomous driving.

Dataset description

The detail of dataset collection, structure, annotation, format are described in Hugging Face PP4AV dataset. You also can check the description of PP4AV dataset in this document.

Download

Dataset Manipulation

We profile the utility scripts for manipulating the PP4A dataset. Please check this document for detail of guidance.

Dataset License

<a rel="license" href="http://creativecommons.org/licenses/by-nc-nd/4.0/"><img alt="Creative Commons License" style="border-width:0" src="https://i.creativecommons.org/l/by-nc-nd/4.0/88x31.png" /></a><br />This PP4AV dataset is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by-nc-nd/4.0/">Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International License</a>.

Baseline model and performance

conda create --name pp4av-env python=3.8
conda activate pp4av-env
pip3 install -U pip && pip3 install -r requirements.txt
pip3 install torch==1.9.0+cu111 torchvision==0.10.0+cu111 -f https://download.pytorch.org/whl/torch_stable.html
pip3 install -v -e .  # or  python3 setup.py develop

Evaluation

Citation

If you think this work is useful for you, please cite

@article{PP4AV2022,
  title = {PP4AV: A benchmarking Dataset for Privacy-preserving Autonomous Driving},
  author = {Linh Trinh, Phuong Pham, Hoang Trinh, Nguyen Bach, Dung Nguyen, Giang Nguyen, Huy Nguyen},
  booktitle = {IEEE/CVF Winter Conference on Applications of Computer Vision (WACV)},
  year = {2023}
}

FAQ

TBD

Acknowledgements

The baseline model is based on YOLOX. The data annotation tool was done with CVAT too.

Contact

If you have any problems about PP4AV, please contact Linh Trinh at linhtk.dhbk@gmail.com.