This document explains how to convert the seven real event captures in EDI to the .hdf5 format recognizable by our evaluation script.
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.
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
.