Giter Club home page Giter Club logo

Comments (5)

OceanPang avatar OceanPang commented on May 27, 2024 1

@fcakyon Sorry for the late reply.
This seems like an implementation bug. @GT9505, can you take a look at this config?

from mmtracking.

OceanPang avatar OceanPang commented on May 27, 2024

Hi @fcakyon, num_ref_imgs means the number of reference images you want to sample (output).
frame_range means the frame intervals to sample the images and filter_key_img means whether you will put the keyframe into the sampling candidates.
For example, a key image locates at frame t. If frame_range == 2, the sampling candidates will be the images in t-2 -> t+2. filter_key_img decides whether t exists in sampling candidates.

from mmtracking.

fcakyon avatar fcakyon commented on May 27, 2024

@OceanPang thanks for the fast response.

So when num_ref_imgs=2, frame_range=0, filter_key_img=True as in here, the number of reference images you want to sample (output) is 2 and sampling candidates will be the images in t -> t. How does that work out?

from mmtracking.

GT9505 avatar GT9505 commented on May 27, 2024

The code for sampling reference images is in here.
This is a bug, which may introduce some misunderstanding, in the vid config. The filter_key_img should be False, when the training data is images rather than videos. But it don't change the output of the function, since the function directly copy the input image with num_ref_imgs times, as long as frame_range=0.
We will fix it in next PR.

from mmtracking.

fcakyon avatar fcakyon commented on May 27, 2024

@GT9505 thanks for the feedback.

from mmtracking.

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.