# RPAttack **Repository Path**: tanyuzhen/RPAttack ## Basic Information - **Project Name**: RPAttack - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-10-13 - **Last Updated**: 2023-10-13 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # RPAttack (ICME2021) RPATTACK: REFINED PATCH ATTACK ON GENERAL OBJECT DETECTORS paper: https://arxiv.org/abs/2103.12469 The source code is available now! We will update the readme soon! ## Install Choice 1: We prepare the conda environment for you: https://disk.pku.edu.cn:443/link/2D9DAD3357285E0A4ED2D5BACF4857D8 Valid Period:2026-07-15 23:59 Choice 2: You should install mmdetection follow this link: https://github.com/open-mmlab/mmdetection/blob/master/docs/get_started.md Then download needed weights from office web, and we also prepare them for you: https://disk.pku.edu.cn:443/link/EFC591987DEF9E8D151D0776F151257C Valid Period:2026-07-15 23:59 有效期限:2026-07-15 23:59 ## Quick Start ``` python hhattack.py ``` ## License The project is only free for academic research purposes, but needs authorization for commerce. For commerce permission, please contact wyt@pku.edu.cn. ## Citation If you use our code/model/data, please cite our paper: ``` @inproceedings{huang2021rpattack, title={Rpattack: Refined Patch Attack on General Object Detectors}, author={Huang, Hao and Wang, Yongtao and Chen, Zhaoyu and Tang, Zhi and Zhang, Wenqiang and Ma, Kai-Kuang}, booktitle={2021 IEEE International Conference on Multimedia and Expo (ICME)}, pages={1--6}, year={2021}, organization={IEEE} } ```