Giter Site home page Giter Site logo

数据集准备 about actionclip HOT 9 OPEN

sallymmx avatar sallymmx commented on July 19, 2024
数据集准备

from actionclip.

Comments (9)

allenxcp avatar allenxcp commented on July 19, 2024 2

@wolfworld6 通过看代码解决部分。
1 把视频都转换为图片,一个视频保存为一个目录,图片名格式为:img_%05d.jpg。
2 第一列为视频抽取图片后目录地址,第二列为视频抽取后图片总数。第三列为图片label的ID号
3 num_segments 采样帧数
4 seg_length: 1 没动。不知道具体啥意思
自己写了个 生成脚本供参考:
链接:https://pan.baidu.com/s/1PsW3qB9ZxITTxsPmfuHHdQ
提取码:p2jn

from actionclip.

wolfworld6 avatar wolfworld6 commented on July 19, 2024

hi sallymmx:

感谢作者开源,供大家学习。在准备数据集的时候,有不清楚的地方,请教下: 1 看了TSN 准备数据集的方式,它用了计算了光流,没有看清楚如何准备rgb图片的?是吧每个视频都转换为图片吗? 2 在k4001中的train_frames_new.txt 中“atasets/kinetics400/data2/extracted_train_frames/riding_elephant/7MNOnIQx5wY_000000_000010 166 269”其中“166,269”这列表示啥? 3 在k400_test.yaml中,num_segments表示啥? 采样帧数? 4 seg_length 表示啥意思?

兄弟,解决了吗?

from actionclip.

wolfworld6 avatar wolfworld6 commented on July 19, 2024

@wolfworld6 通过看代码解决部分。 1 把视频都转换为图片,一个视频保存为一个目录,图片名格式为:img_%05d.jpg。 2 第一列为视频抽取图片后目录地址,第二列为视频抽取后图片总数。第三列为图片label的ID号 3 num_segments 采样帧数 4 seg_length: 1 没动。不知道具体啥意思 自己写了个 生成脚本供参考: 链接:https://pan.baidu.com/s/1PsW3qB9ZxITTxsPmfuHHdQ 提取码:p2jn
感谢大佬,我利用mmaction的脚本已经完成,可以参考https://github.com/open-mmlab/mmaction2/tree/master/tools/data/hmdb51/generate_rawframes_filelist.sh

from actionclip.

CARL728 avatar CARL728 commented on July 19, 2024

@allenxcp 大佬能教教我 布置这项目嘛 刚弄好你的数据生成脚本

from actionclip.

sallymmx avatar sallymmx commented on July 19, 2024

from actionclip.

sanersbug avatar sanersbug commented on July 19, 2024

@allenxcp 请问训练的yaml, kinetics_400_labels.csv这个文件怎么来的啊,里面是什么内容呢

from actionclip.

wyz0916-gitHub avatar wyz0916-gitHub commented on July 19, 2024

hi sallymmx:

感谢作者开源,供大家学习。在准备数据集的时候,有不清楚的地方,请教下: 1 看了TSN 准备数据集的方式,它用了计算了光流,没有看清楚如何准备rgb图片的?是吧每个视频都转换为图片吗? 2 在k4001中的train_frames_new.txt 中“atasets/kinetics400/data2/extracted_train_frames/riding_elephant/7MNOnIQx5wY_000000_000010 166 269”其中“166,269”这列表示啥? 3 在k400_test.yaml中,num_segments表示啥? 采样帧数? 4 seg_length 表示啥意思?

您好,请问您会运行单例测试么,我这想运行一个demo,还请指教!

from actionclip.

lya19971103 avatar lya19971103 commented on July 19, 2024

@wolfworld6 通过看代码解决部分。 1 把视频都转换为图片,一个视频保存为一个目录,图片名格式为:img_%05d.jpg。 2 第一列为视频抽取图片后目录地址,第二列为视频抽取后图片总数。第三列为图片label的ID号 3 num_segments 采样帧数 4 seg_length: 1 没动。不知道具体啥意思 自己写了个 生成脚本供参考: 链接:https://pan.baidu.com/s/1PsW3qB9ZxITTxsPmfuHHdQ 提取码:p2jn
感谢大佬,我利用mmaction的脚本已经完成,可以参考https://github.com/open-mmlab/mmaction2/tree/master/tools/data/hmdb51/generate_rawframes_filelist.sh

大佬在吗,可以提供联系方式吗,有点对这个代码不懂的地方想向您请教

from actionclip.

fwyjs avatar fwyjs commented on July 19, 2024

@wolfworld6 通过看代码解决部分。 1 把视频都转换为图片,一个视频保存为一个目录,图片名格式为:img_%05d.jpg。 2 第一列为视频抽取图片后目录地址,第二列为视频抽取后图片总数。第三列为图片label的ID号 3 num_segments 采样帧数 4 seg_length: 1 没动。不知道具体啥意思 自己写了个 生成脚本供参考: 链接:https://pan.baidu.com/s/1PsW3qB9ZxITTxsPmfuHHdQ 提取码:p2jn
感谢大佬,我利用mmaction的脚本已经完成,可以参考https://github.com/open-mmlab/mmaction2/tree/master/tools/data/hmdb51/generate_rawframes_filelist.sh

大佬在吗,可以提供联系方式吗,有点对这个代码不懂的地方想向您请教

大佬 请问你对这个代码还熟悉么 可以请教您几个问题么

from actionclip.

Related Issues (20)

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.