Skip to content

usc-sail/GreenVideoExperiments.jl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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");

About

Data for the annotation green video experiments

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages