rpg_e2vid
rpg_e2vid copied to clipboard
Code for the paper "High Speed and High Dynamic Range Video with an Event Camera" (T-PAMI, 2019).
Hi there, Is it possible to provide a pretrained model that uses `UpsampleConvLayer`? Many thanks, Tobias
Hi thanks for the great work! I was wondering, do you apply the unsharp mask filter and intensity rescaler during training?
Hi, I took a file indoors_very_dark_250ms.bag file from the CED(Color event) dataset . On exporting it using /dvs/image_color topic , I get 93 images as ground truth.. but when I...
Is there a way to run the reconstruction on the cpu? I tried to change in run_reconstruction.py @ line 50: device = get_device(args.use_gpu) to device = get_device(args.use_cpu) ... any recommendation?
When I run the code on GPU,I got the error blew: Traceback (most recent call last): File "run_reconstruction.py", line 107, in device=device) File "/home/wy/rpg_e2vid-master/utils/inference_utils.py", line 533, in events_to_voxel_grid_pytorch source=vals_left[valid_indices]) RuntimeError:...
Hello, The events is split into bins by number of events. But how can you get the groundtruth image at that time? If the ESIM can get images at any...
Hi, I wondered about the feasibility of your method(with your pre-trained model) on a drone. I saw that you evaluated it with **NVIDIA RTX 2080 Ti GPU**, but unfortunately, it...
Thank you for this great repo !! In this Youtube https://www.youtube.com/watch?v=eomALySSGVU&feature=youtu.be , at minute 2:29 , you demonstrate running VINS-Mono on the reconstructed video. Can you please share the synced...