Giter Club home page Giter Club logo

Comments (3)

asafgal avatar asafgal commented on May 26, 2024 1

Hey Zimai,

By default, the software preloads the images from 50 tracklets when the GUI opens. After that, it will load the images only when you ask for a new tracklet, hence the delay (although 30sec is too much I must say). The cli does not allow you to change this setting, but you can launch the gui from the matlab prompt with:

validate_classifications(<path-to-expdir>, 'N', <num-of-tracklets-to-preload>);

Obviously, the price you pay is a delay in opening the GUI. You can also choose a specific video range to draw tracklets from, or that are classifies with a specific ID (if you are doing a second round training):

validate_classifications(<path-to-expdir>, 'N', <num-of-tracklets-to-preload>, 'movlist', <list-of-video-inices>, 'id', <ID>);

This is not related to your machine, but to inefficiencies in the way anTraX (via MATLAB) stores and access tracklet data.

Let me know if it helps!

from antrax.

lizimai avatar lizimai commented on May 26, 2024

Thanks a lot Asaf! However, I think the bigger problem is the point 2 that I listed: the loading process when switching between videos in extract-tracklet takes >10 mins and thus it takes very long for me to build a transet. I am not sure if this can be improved by the machine?

from antrax.

asafgal avatar asafgal commented on May 26, 2024

Can you give me some info about your experiment / data? How many videos you have, how many colonies/ants in the frame. how long is each video, whats the order of magnitude of the number of tracklets per video? The delay in loading a file can be a result of a very fragmented dataset (a file containing very large number of short tracklets).

from antrax.

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.