Giter VIP home page Giter VIP logo

Comments (4)

menghuaa avatar menghuaa commented on September 24, 2024

除了这个问题,我还想问下,你们在将activitynet1.3的特征进行线性插值时,有没有考虑它的帧频变成了25fps呢?因为线性插值的代码中会有计算num_frame和feature_frame的地方。num_frame(视频总帧数)你们是直接取标注json文件中的duration_frame值,还是使用视频的持续时间*25得到呢?因为标注文件中的帧频并不都是25fps,而我们使用的原始特征是以25fps的帧频提取特征。我看您anet.py中的代码好像并没有考虑25fps导致视频总帧数变化这个问题,而是直接采用标注json文件中的duration_frame值。

from rtd-action.

JackyTown avatar JackyTown commented on September 24, 2024

I can run the code on my machine.

You can re-scale the feature to 100 with https://github.com/JJBOY/BMN-Boundary-Matching-Network/blob/master/data/activitynet_feature_cuhk/data_process.py.

I do not know the feature FPS, since we directly use the feature of PeisenZhao/Bottom-Up-TAL-with-MR#5.

Although we do not know the feature FPS, feature_frames == num_frames // 16 * 16
We perform interpolation based on the num_frames of json.

from rtd-action.

menghuaa avatar menghuaa commented on September 24, 2024

I can run the code on my machine.

You can re-scale the feature to 100 with https://github.com/JJBOY/BMN-Boundary-Matching-Network/blob/master/data/activitynet_feature_cuhk/data_process.py.

I do not know the feature FPS, since we directly use the feature of PeisenZhao/Bottom-Up-TAL-with-MR#5.

Although we do not know the feature FPS, feature_frames == num_frames // 16 * 16 We perform interpolation based on the num_frames of json.

can you provide the tsn feature of thumos14?

from rtd-action.

JackyTown avatar JackyTown commented on September 24, 2024

https://github.com/wzmsltw/BSN-boundary-sensitive-network
https://drive.google.com/file/d/1ISemndlSDS2FtqQOKL0t3Cjj9yk2yznF/view

from rtd-action.

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.