zhipeng-wei / Image-to-Video-I2V-attack

Cross-Modal Transferable Adversarial Attacks from Images to Videos (CVPR 2022)
15 stars 3 forks source link

关于将UCF-101处理成图像的经过 #5

Open LinQinLiang opened 1 year ago

LinQinLiang commented 1 year ago

Hi Wei: You contribute a good work. I have some question: May I ask how you process UCF-101 from video to image, is the processing code publicly available?

zhipeng-wei commented 1 year ago

Hi, Please refer to https://github.com/kenshohara/3D-ResNets-PyTorch, which introduces the preparation for UCF-101 and convert from avi to jpg using https://github.com/kenshohara/3D-ResNets-PyTorch/blob/master/util_scripts/generate_video_jpgs.py. You can follow them. I wish this could help you.