Giter Site home page Giter Site logo

Comments (1)

adamspierer avatar adamspierer commented on July 2, 2024

Hi,

Without knowing more about your problem, what you are analyzing, or the video in question, my short answer is yes that you can process a 120 second video file.

My long answer is probably. I'm unsure what you mean by a "short period of time"...the program's limiting factor would be your computer's RAM and the number of frames in the video file. If your computer is capable, you can run the script in parallel for different batches of videos, but that functionality is not built in and would require leg work on your end.

Taking a step back, if your videos are standard (like the examples in the repo) then you could probably make your workflow better -- 120 seconds is a very long time to see the behavior in most flies. Assuming you are using the program for what it was intended (Drosophila climbing assays), I think you should reconsider a few things:

  • Run/process a single climb in a single video. The program outputs a velocity for each vial in a video, so by having multiple runs in a video you will only get the velocity of the highest quality run. Consider cropping the videos and resaving them into individual runs.
  • Each run should be for a reasonable period of time. Assuming the flies climb steadily over 120 seconds, you will not get an appreciable measurement over such a long time.

Alternatively, if you are using the program for something else, then you can certainly use it for the time you are asking but may need to modify a few things to get it to do what you need.

from freeclimber.

Related Issues (7)

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.