Skip to content

centreborelli/downscaled-davis-dataset

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Downscaled Davis Dataset

OVERVIEW

Code to generate a downscaled version of the 2017 Davis dataset. The code consists of two shell scripts and some C simple image manipulation functions (stolen from imscript by Enric Meinhardt-Llopis). It has been tested in Ubuntu 16.04.

DEPENDENCIES

To compile the image tools we need

  • libpng
  • libtiff
  • libjpeg
  • libfftw

COMPILATION

The code is compilable on Unix/Linux (probably on Mac OS as well, but we didn't test). We provide a simple Makefile to compile the C code.

$ cd imscript-lite && make && cd ..

USAGE

First download and unpack the DAVIS dataset. There are three datasets: traival, test-dev and test-challenge. For example for test-dev

$ ./download-and-unpack.sh test-dev

Then downscale the unpacked sequences:

$ ./downsample.sh test-dev | sh

or, if you have parallel installed on you system:

$ ./downsample.sh test-dev | parallel

About

Code to generate a downscaled version of the 2017 Davis dataset

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages