You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
IEEE International Conference on Robotics and Automation (ICRA) 2024!
Data Download
Our experiments are conducted on the publicly available benchmark datasets for V2V cooperative perception tasks: OPV2V. You can download these data from OPV2V.
Getting Started
Environment Setup
To set up the codebase environment, do the following steps:
OpenCOOD uses yaml file to configure all the parameters for training. To train your own model
from scratch or a continued checkpoint, run the following commonds:
hypes_yaml: the path of the attack configuration file, e.g. opencood/hypes_yam/point_pillar_intermediate_fusion.yaml. See Tutorial 1: Config System to learn more about the rules of the yaml files. Please see the folder of hypes_yaml
model_dir (optional) : the path of the checkpoints. This is used to attack the trained models.
Citation
@inproceedings{li2024advgps,
title={AdvGPS: Adversarial GPS for Multi-Agent Perception Attack},
author={Li, Jinlong and Li, Baolu and Liu, Xinyu and Fang, Jianwu and Juefei-Xu, Felix and Guo, Qing and Yu, Hongkai},
booktitle={2024 IEEE International Conference on Robotics and Automation (ICRA)},
pages={18421-18427},
year={2024},
organization={IEEE}
}
Acknowledgment
The codebase is build upon OpenCOOD, which is the first Open Cooperative Detection framework for autonomous driving.
About
[ICRA2024] The official implementation of paper "AdvGPS: Adversarial GPS for Multi-Agent Perception Attack"