EventNeRF
EventNeRF copied to clipboard
Neural Radiance Fields from a Single Colour Event Camera [CVPR 2023]
Hello, I reproduced your experiment, currently testing on the lego dataset, all the parameters have not been touched, but I found that even if I iterate to 1 million times,...
Hello, thank you very much for your great work. After training for 500,000 times, I tested using the command you provided, which is as follows: python ddp_test_nerf.py --config configs/nerf/lego.txt --render_split...
Nice work, I have a question about the training. In your paper, you train the model for 5 * 10^5 iterations. However, N_iters in config.txt is set to 5000001. What...
could you provide "genevents_color_altbg.py"? I want to create my own event data to test
Hi I tried scripts: job_nerf_lego.sh and job_nerf_drums.sh with V100 GPU, after 6 hours the psnr was still around 10 I wondered did I do anything wrong. How can I get...
Hi, thank you for the dataset. When I load the event npz file, the timestamp looks strange (all integers). What's the actual unit of the timestamp? ```python import numpy as...
How to use other event camera datasets (like https://daniilidis-group.github.io/mvsec/ and https://dsec.ifi.uzh.ch/) as model input?
Hi, I have two questions regarding the real sequences. * Alignment with events and RGB images. When I load `data/real/legocube/train` for example, events and RGB are not aligned. Assume the...
Hi, thanks for the great work. I have noticed that the real-world data file that has been released does not include the paired RGB data, which was utilized in the...
in my docker container, DDP training is stopped when the create_nerf() is called. Do you know what is the problem about it? I used 8 gpus and I tried extract...