rpg_e2vid icon indicating copy to clipboard operation
rpg_e2vid copied to clipboard

Code for the paper "High Speed and High Dynamic Range Video with an Event Camera" (T-PAMI, 2019).

Results 18 rpg_e2vid issues
Sort by recently updated
recently updated
newest added

Hello there, Thank you for your great work! This is a follow-up question to #17. I would really appreciate it if you would provide some further clarification. 1. I tried...

Hi! thanks for sharing this excellent work. I'm using DAVIS346, and I'm curious about the calculation of the num_event_per_pixel parameter. In Readme, there is an explanation about it. --num_events_per_pixel (default:...

The reconstruction script only allows ```.txt``` format events. Is there a way to modify it such that I can use the model on ```.h5``` data (like the DSEC dataset released...

Hi, I want to now how to train the model? can you release your train code of the model?

HI! E2VID is a great work, thx for sharing! It confuses me a lot about the last activation function for recurrent architecture, which is sigmoid. As far as I am...

Hello, thank you for the wonderful work. I did some [extensions](https://github.com/robin-shaun/E2VID_ROS) to realize real-time working with ROS.

Hi , Thanks for the model and the repository. Is there an option to run the model with only cpu or the code is intended to run on GPUs by...

Add ```map_location``` to ```torch.load``` in order to fix an issue with an absence of CUDA devices

Is there a way to seed the video reconstruction by inputting a framed image at the first time step during inference?