Giter Site home page Giter Site logo

请问如何使用i3d特征 about sstap HOT 4 OPEN

wangxiang1230 avatar wangxiang1230 commented on July 23, 2024
请问如何使用i3d特征

from sstap.

Comments (4)

wangxiang1230 avatar wangxiang1230 commented on July 23, 2024

num_prop

Thanks for your attention to SSTAP, I3D features are in the format of "Length*Channel", where 100 is the temporal length and 2048 is the channel dimension. Similarly, for TSN features, 100 is also the temporal length and 400 is the channel dimension.

from sstap.

twinsyssy1018 avatar twinsyssy1018 commented on July 23, 2024

谢谢,我重新训练下模型,但是在数据处理时出现iou的问题呢,我的start,end time 归一化后是0.675 0.85625,在计算 iou_with_anchors时(代码dataset.py的100行:tmp_gt_iou_map = [iou_with_anchors)] ) 出现匹配不上,最后gt_iou_map的size为0,报错了

from sstap.

wangxiang1230 avatar wangxiang1230 commented on July 23, 2024

谢谢,我重新训练下模型,但是在数据处理时出现iou的问题呢,我的start,end time 归一化后是0.675 0.85625,在计算 iou_with_anchors时(代码dataset.py的100行:tmp_gt_iou_map = [iou_with_anchors)] ) 出现匹配不上,最后gt_iou_map的size为0,报错了

Sorry, maybe I don't quite understand your question? It should be noted that the difference between TSN and I3D features is only in dimension (400 vs. 2048), you only need to change "feat_dim" (opt.py) from 400 to 2048, and change the path of dataset.

from sstap.

twinsyssy1018 avatar twinsyssy1018 commented on July 23, 2024

谢谢回复,我的确没有改其他的地方,这个问题我再仔细看看代码吧~~

from sstap.

Related Issues (15)

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.