GithubHelp home page GithubHelp logo

Comments (4)

JJBOY avatar JJBOY commented on June 2, 2024

Yes, you are right. But I think this will not affect the perfermance. And in my newest version, I also changed the BM map. In his paper and code, the shape of BM map is D*T, where D represents duration and T represents start time, but the shape is T*T represnets for start time * end time , for the alignment with the AAAI paper DBG.

from bmn-boundary-matching-network.

FuNian788 avatar FuNian788 commented on June 2, 2024

Thanks for your responce.
Two questions arise while reading the code, hope to get your directions.
1. why BMN use parameter 'num_sample_perbin'?
I can understand that in sampling mask weight whose size is N * T, we should sample once in each row, but the code may sample 'num_sample_perbin' times in each row? I didn't find any related context in the paper, hope to hear your thoughts on this parameter.
2. Shape of BM confidence map
I check the paper, on ActivityNet, D and T are both set to 100, in a sense, you did the same thing(Laugh).
Limited to my poor code capabilities,I sincerely hope to know your experimental details when you change the size of confidence map. In theory, the bigger one will get more precise result, in practice, the set of D may delete many impossible proposals. Did the size of BM confidence map change the results of the experiment significantly? What are their advantages and disadvantages?
Hope to get your responce.
Thank you for your generosity and kindness.
Best wishes!

from bmn-boundary-matching-network.

JJBOY avatar JJBOY commented on June 2, 2024

Thanks for your interests.
1、real_sample_num=num_sample_perbin*num_sample. So, it's just for sampling more freatures for a proposal.
2、The bigger map will get more precise result intuitively. Because D must less than or equal to T, so I did the experiments with D=T=200 and D=T=400. But the bigger D and T will not bring any performance improvement.

from bmn-boundary-matching-network.

FuNian788 avatar FuNian788 commented on June 2, 2024

Thanks! It really helps!

from bmn-boundary-matching-network.

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.