GithubHelp home page GithubHelp logo

Comments (3)

shiwen1997 avatar shiwen1997 commented on June 15, 2024

看到作者是复旦的大佬,原谅我直接用中文......
第2个问题就是 您能提供一下 把UCF101数据集处理成frame的代码 吗?因为LossNAN/I3D-Tensorflow里面提供的数据预处理的代码好像只能对单个avi预处理

from video-backdoor-attack.

ShihaoZhaoZSH avatar ShihaoZhaoZSH commented on June 15, 2024

同学,你好:对于你的两个问题,我在这里做一下解答。1. 附件1为数据集生成frame的代码。2. 对于github repo里traintestlist中的文件生成:附件2是ucf101提供的原始训练测试集的划分文件。github repo里traintestlist中的各个文件是根据这些原始划分文件生成的,文件中每行里第一个为样本路径,第二个为视频所包含的帧数,第三个为数据的标注类别。对于生成github repo里这些文件的方法,首先需要利用原始划分文件以及视频提帧的frame数量,生成包含frame数的训练测试文件;然后,在根据不同的模块(如train/test,enhance/generate trigger等)的需求(如target class,污染数据的比例等),对所需样本、标注类别等进行采样、改变。这些都是简单的操作,比如python中的文件操作、os、random模块等;如果不清楚采用何种策略来采样和改变标注,可以详细的阅读论文中的对应板块,并参照github repo里的实现来更好的理解。

from video-backdoor-attack.

shiwen1997 avatar shiwen1997 commented on June 15, 2024

同学,你好:对于你的两个问题,我在这里做一下解答。1. 附件1为数据集生成frame的代码。2. 对于github repo里traintestlist中的文件生成:附件2是ucf101提供的原始训练测试集的划分文件。github repo里traintestlist中的各个文件是根据这些原始划分文件生成的,文件中每行里第一个为样本路径,第二个为视频所包含的帧数,第三个为数据的标注类别。对于生成github repo里这些文件的方法,首先需要利用原始划分文件以及视频提帧的frame数量,生成包含frame数的训练测试文件;然后,在根据不同的模块(如train/test,enhance/generate trigger等)的需求(如target class,污染数据的比例等),对所需样本、标注类别等进行采样、改变。这些都是简单的操作,比如python中的文件操作、os、random模块等;如果不清楚采用何种策略来采样和改变标注,可以详细的阅读论文中的对应板块,并参照github repo里的实现来更好的理解。

非常感谢作者百忙中回复,回复中的附件1和附件2好像没看到,对应在哪?

from video-backdoor-attack.

Related Issues (3)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.