Skip to content

Latest commit

 

History

History
42 lines (29 loc) · 1.06 KB

README.md

File metadata and controls

42 lines (29 loc) · 1.06 KB

Green Video Experiments

This is a Julia package containing the annotation results of two experiments, where the shade of green changes over time in a video. The videos can be seen here:

Installation

Open and Julia REPL (v1.5 or greater) and do:

julia> ] 
pkg> add https://github.com/usc-sail/GreenVideoExperiments.jl

Usage

Each experiment contains the following folders:

  • annotations/
  • ground_truth/

For simplicity, we have also added the data collected at 30Hz and downsamples to 10Hz.

This package provides the function load:

help?> load
search: load LoadError loadparams! LOAD_PATH download unsafe_load clipboard

  load(task::AbstractString, type::AbstractString, frequency::AbstractString)

  Load the data for a given task, its type (annotations or ground_truth), and
  its frequency (10Hz or 30Hz).

  Examples
  ≡≡≡≡≡≡≡≡≡≡

  julia> df = load("TaskA", "annotations", "30Hz");