D-NeRF icon indicating copy to clipboard operation
D-NeRF copied to clipboard

Results 17 D-NeRF issues
Sort by recently updated
recently updated
newest added

In function "batchify_rays" from the code, you put 'z_vals' in "render_rays" with shape (N_rays, ~) while the chunked 'ray_batch' has the shape of (chunk, ~). Therefore, an error occurs with...

Hi @albertpumarola could you please share the blender file for the dynamic scenes introduced in the paper? Thank you!

Thanks so much for your work. Is it possible to share the code of building the dataset from Adobe Mixamo? Like how to sample camera transformation matrix and get the...

The data download link is invalid from drive, my download failed from dropbox, can you just update the drive link?

Dear author, I use the default configurations to train. But the PSNR results are better than those in paper. What adjustments to configuration should I make so that I can...

How much time is needed for training? Thanks

Hi, this is a really great work on dynamic scenes! The datasets you provided are really cool and I believe they are generated using blender, right? Can you share the...

Hey, this is really cool work on dynamic modeling. I was trying to reproduce the paper and found that I got significantly worse results than your reported values. I was...

In your [project page](https://www.albertpumarola.com/research/D-NeRF/index.html), how did you calculate the mesh from your model?

I'm changing the original searchboard function to pytorch 1.13 built-in function, so that users do not need to install the function on their own.