GithubHelp home page GithubHelp logo

Comments (6)

ycmin95 avatar ycmin95 commented on June 27, 2024 1

Hi @atonyo11 ,
The equation for the receptive field calculation is RF_i = (RF_i-1) * stride + Ksize

For C5-P2-C5-P2:

-P2: (1-1)*2+2=2
-C5-P2: (2-1)*1+5=6
-P2-C5-P2: (6-1)*2+2=12
C5-P2-C5-P2: (12-1)*1+5=16

Hope this can help you understand~

from vac_cslr.

ycmin95 avatar ycmin95 commented on June 27, 2024

Hi, thanks for your attention to our work and please feel free to post any question here,
the delta t here is implemented by conv1d on the temporal dimention with stride=1, and the implementation can be found here. The ablation results about the length of delta t can be found in the Table 4 of the main paper.

Hope can help you~

from vac_cslr.

fransisca25 avatar fransisca25 commented on June 27, 2024

This really helps me. Thank you so much for answering my question!

from vac_cslr.

atonyo11 avatar atonyo11 commented on June 27, 2024

Hi @ycmin95 , @fransisca25, can you explain how to calculate the delta t? For example C5-P2-C5-P2? Thank you in advance!

from vac_cslr.

atonyo11 avatar atonyo11 commented on June 27, 2024

@ycmin95 oh, I got it. Thank you very much!

from vac_cslr.

atonyo11 avatar atonyo11 commented on June 27, 2024

@ycmin95 I understand that the delta t is the receptive field. In your paper context, does that mean the delta t is number of frames?

from vac_cslr.

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.