Code Monkey home page Code Monkey logo

Comments (13)

YaaYang avatar YaaYang commented on April 28, 2024

@ @lijiannuist

from actiondetection-dbg.

lijiannuist avatar lijiannuist commented on April 28, 2024

@YaaYang
You must follow https://github.com/yjxiong/temporal-segment-networks for video classification.
Then with these classification models, you can extract features by using the FC layer.
image

from actiondetection-dbg.

YaaYang avatar YaaYang commented on April 28, 2024

@YaaYang
You must follow https://github.com/yjxiong/temporal-segment-networks for video classification.
Then with these classification models, you can extract features by using the FC layer.
image

thanks 所以说ActionDetect-DBG ReadME中说的rescale 就是说 global pool 之后的特征 连接一个 fc 然后 输出特征长度是100 是吗???

from actiondetection-dbg.

YaaYang avatar YaaYang commented on April 28, 2024

@lijiannuist 所以就是 使用 fc 之后的特征向量 并不是 global pool 之后的对吧

from actiondetection-dbg.

lijiannuist avatar lijiannuist commented on April 28, 2024

@YaaYang
rescale 是额外做的。一个视频抽完特征大小NX400,再rescale到100X400。

from actiondetection-dbg.

YaaYang avatar YaaYang commented on April 28, 2024

@lijiannuist

from actiondetection-dbg.

YaaYang avatar YaaYang commented on April 28, 2024

@lijiannuist thanks 这里的抽取特征就是指 global pool 之后的特征吗 然后 做 rescale 对吧

from actiondetection-dbg.

YaaYang avatar YaaYang commented on April 28, 2024

@lijiannuist Sorry 这里说的 global pool 是 https://github.com/yjxiong/temporal-segment-networks 中 inception FC的前一层 , 视频抽取特征是这个global pool的输出吗 thanks

from actiondetection-dbg.

lijiannuist avatar lijiannuist commented on April 28, 2024

image
This layer ,200X2=400, 200 flow feature, 200rgb feature , 200 is also activitynet class number.

from actiondetection-dbg.

YaaYang avatar YaaYang commented on April 28, 2024

@lijiannuist Thanks ,,,,,,,,,,,,,,

from actiondetection-dbg.

ideaRunner avatar ideaRunner commented on April 28, 2024

Hi @YaaYang , I am doing this part.
As @lijiannuist is so warm-hearted and release the code of TSN feature extraction, I will not be confused by the parameter in anet2016

I think the feature extraction code is from TSN official project and the model is released from anet2016 TSN project

BTW, I have another question. As we don't need to re-train TSN model and the TSN feature extraction don't need the over_sample method, which caffe version should we use ? the caffe modified and optimized by yjxiong or the official version caffe?

from actiondetection-dbg.

gtgtgt1117 avatar gtgtgt1117 commented on April 28, 2024

Hi @YaaYang , I am doing this part.
As @lijiannuist is so warm-hearted and release the code of TSN feature extraction, I will not be confused by the parameter in anet2016

I think the feature extraction code is from TSN official project and the model is released from anet2016 TSN project

BTW, I have another question. As we don't need to re-train TSN model and the TSN feature extraction don't need the over_sample method, which caffe version should we use ? the caffe modified and optimized by yjxiong or the official version caffe?

可能做了一些优化,但是,可以直接编译作者提供的lib/caffe_action里面的caffe就可以,我是这么做的

from actiondetection-dbg.

ideaRunner avatar ideaRunner commented on April 28, 2024

@gtgtgt1117 Yes, You are right.
But there will be a problem when doing inference acceleration. There is a custom op in yjxiong's caffe, and it is not supported by other boost tools.

from actiondetection-dbg.

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.