Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 651 Bytes

README.md

File metadata and controls

28 lines (20 loc) · 651 Bytes

Folder structure

The folder structure should follow below:

tree -L 3
.
├── MVSEC
│   ├── hdf5
│       ├── indoor_flying1_data.hdf5
│           ...
│   └── gt_flow
│       ├── indoor_flying1_gt_flow_dist.npz
│           ...
└── README.md  # this readme 

Please download datasets accordingly.

Your own dataset location

Optionally, you don't have to locate the files here, rather choose your dataset root directory location.

You need to specify the root folder with the config yaml file.