Skip to content

npucvr/Ev3DGS

 
 

Repository files navigation

Ev3DGS: Event Enhanced 3D Gaussian Splatting from Blurry Images

Code

The code is based on gaussian-splatting.

Dataset

Download the dataset here. The dataset contains "data" for training and "original data"

Data

Synthetic Data: There are training images in "train" file and the corresponding event data "events.pt" in each scene file. The ground truth images are in the "test" file. Like in original NeRF, the poses are in the "transform_train.json" file and "transform_test.json" file.

Real-World Data: The structure is like original NeRF's llff data and the event data is in "event.pt".

Original Data & Preproccesing

Synthetic Data: There are original images for synthesizing the blurry image and the code. Besides, we supply the original event data generated from v2e. We also provide the code to transform the ".txt" event to "events.pt" for E2NeRF training.

Real-World Data: We supply the original ".aedat4" data captured by davis346 and the processing code in the file. We also convert the event data into events.pt for training.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%