Skip to content

Latest commit

 

History

History
25 lines (22 loc) · 1.21 KB

EDI_Dataset.md

File metadata and controls

25 lines (22 loc) · 1.21 KB

Guide to Using the EDI Dataset

Introduction

This document explains how to convert the seven real event captures in EDI to the .hdf5 format recognizable by our evaluation script.

Step 1: Obtain the Original EDI Captures

Follow the instruction here and download the real captures. After that, refer to the Prepare matlab code section in their ReadMe and generate .mat data files.

Step 2: Create .hdf5 Files

Create an directory data/EDI/mat and move the .mat files in. The directory should have this structure:

<project root>
  |-- data
  |     |-- EDI
  |     |     |-- mat
  |     |     |     |-- camerashake1.mat
  |     |     |     |-- cvprtext.mat
  |     |     |     |-- indoordrop.mat
  |     |     |     |-- indoorrenjump.mat
  |     |     |     |-- ren_more2.mat
  |     |     |     |-- rotatevideonew2_6.mat
  |     |     |     |-- textlowlight.mat
  |-- <other files>

Move scripts/create_hdf5_edi.py and scripts/create_hdf5_edi.sh to data/EDI/. From data/EDI, run bash create_hdf5_edi.sh.