Giter Site home page Giter Site logo

registerpoi.jl's Introduction

RegisterPOI

Lifecycle Build Status codecov.io

This is a Julia script for registering raw data into a long lasting and coherent data base.

How to install

  1. If you haven't already, install the current release of Julia -> you should be able to launch it (some icon on the Desktop or some such).
  2. Start Julia -> a Julia-terminal popped up.
  3. Copy:
    using Pkg
    pkg"add https://github.com/yakir12/RegisterPOI.jl"
    and paste it in the newly opened Julia-terminal, press Enter -> this may take a moment.

How to run

  1. Start Julia -> a Julia-terminal popped up.
  2. Copy:
    using RegisterPOI
    main()
    and paste it in the newly opened Julia-terminal, press Enter
  3. You'll get some info about how many POIs are left to register, which experiment you're registering next, which run, and which video file contained the calibration for that run.
  4. Which video file did this POI start in? Use your keyboard arrows to navigate across all the already registered video files until you locate the one you need, and press Enter.
  5. When in this video did this specific POI start? If the POI moves quickly you'll need to be more accurate (it is possible to achieve millisecond accuracy in most video players), if it's slow or stationary then an accuracy of 1 second is good enough. Any one of these notations will work:
    • 1 for 1 second
    • 1.000000001 for 1 second and 1 nanosecond (the maximal temporal resolution allowed is a nanosecond)
    • 61 for one minute and one second
    • 1:1 for one minute and one second (note that when including minutes and hours with the colon : notation (i.e. hh:mm:ss.xxxxxxxxx) make sure there are no more than 59 minutes and 23 hours)
    • 1:1:1 for one hour and one minute and one second
  6. Repeat for the stopping video and time of this POI.
  7. Specify any comments you might have for that POI.
  8. Confirm the addition of this data or undo to return to step #4.

These steps will repeat for each of the POIs in the dataset. All this data is saved to a RegisterPOI.csv file in your home directory (hint: type homedir() into a Julia terminal to find out what that directory is). To stop registering just press Ctrl-c. You can rerun main() to resume registering.

How to update

Copy paste the following into a Julia terminal and press Enter:

] up

If you had RegisterPOI already running in this current session, restart the session. If you've updated in a fresh session, you can run RegisterPOI (stage #2 from How to run) without restarting the terminal.

registerpoi.jl's People

Contributors

yakir12 avatar

Watchers

James Cloos avatar  avatar  avatar

Forkers

juliatagbot

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.