Skip to content

Official implementation for "Hard No-Box Adversarial Attack on Skeleton-Based Human Action Recognition with Skeleton-Motion-Informed Gradient". Paper is to appear in ICCV 2023.

luyg45/HardNoBoxAttack

Repository files navigation

Hard No-Box Adversarial Attack on Skeleton-Based Human Action Recognition with Skeleton-Motion-Informed Gradient

Requirements

 conda create -n  skeleton_contrast python=3.7 anaconda
 conda install pytorch==1.2.0 torchvision==0.4.0 -c pytorch
 pip install tensorboard
 pip install rpy2
 pip install sklearn

Data prepreprocessing instructions

cd data_gen
python ntu_gendata.py

Pretrainning CL

python main_moco_inter_skeleton.py

Get TV-AR(2) parameters(using R)

python AR.py

Attack

python action_attackbyAR.py

About

Official implementation for "Hard No-Box Adversarial Attack on Skeleton-Based Human Action Recognition with Skeleton-Motion-Informed Gradient". Paper is to appear in ICCV 2023.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages