SPADE_E2VID
SPADE_E2VID copied to clipboard
Event to video reconstruction with spade module
@RodrigoGantier I believe the code you have shared for training is not exactly reported in the paper. It seems you have hidden the codes deliberately or you are unable to...
Hi, Thank you for sharing your work. Kindly, if you could let me know the version of kornia and pytorch_msssim used for this work. I am having some issues with...
Hi @RodrigoGantier, and thanks for sharing this work. The training set you shared contains all the intensity frames, but event data from only 30 samples. Is it possible for you...
@RodrigoGantier I tried to train SPADE-E2VID model with smaple dataset shared. The results are far from the pretrained model in terms of MSE/SSIM/LPIPS/TC. Kindly do the needful by giving few...
Hi, Kindly, if you could let me know in which format the training dataset is provided in this github.
Could you please release code for generating test format with custom data? We sincerely hope to reconstruct intensity maps from our own event streams!
@RodrigoGantier Do you have any plan to release training data so that community can start training from scratch. Kindly do the needful
Hi @RodrigoGantier, and thanks for sharing this work.It is really a fantastic job. According to your code and paper, a fixed number ( seq_len * self.num_evs) of events have been...
Nice work! However, I'm a bit confused about the "many to one " training style. Does it mean that, in such a video reconstruction network, you have N reconstructions that...
While I am executing the following line of code: `python benchmark.py --root_dir /path/to/data/SPADE_E2VID` When evaluating the firenet model I get the following error: `ModuleNotFoundError: No module named 'cedric_firenet.utils'` I have...