This repo contains the code to format the data in the paper LSENeRF
Paper | Webpage | Method code
For details of the downloaded files and formatted data see here
Outdoors | Indoors |
---|---|
Bag | Dragon Max |
Courtyard | Grad Lounge |
Bicycle | Lab |
Engineer Building | Presentation Room |
House | Teddy Grass |
Make an environment with the packages in requirements.txt installed
To format a scene in our dataset:
- Download ecam_intrinsics.json, rel_extrinsics and a scene from the above
- Fill out the fields in format_raw.sh, the fields details are provided in the comments of the shell script
- run the below
bash format_raw.sh
- Download the flea3_7 and samsung_mono NPZ datatset here
- Download NPZ extrinsics overlay here. This is available on the same page as 1.
- The NPZ extrinsics overlay is camera transform for camera -> rig, the rig is equivalent to world
- Extract NPZ extrinsics overlay from 2. on top of the NPZ dataset so that dataset_extrinsics.npz is available in the dataset scene folders
- Fill the neccessary fields in
format_evimo.sh
- Format a scene in the evimovs dataset with
bash format_evimo.sh
Note that only these EVIMOv2 scenes are supported (see the evimov2_dataset
directory):
- depth_var_1_lr_000000
- scene7_00_000001
- scene8_01_000000
For details of the formatted scenes, see here