nerf_template
nerf_template copied to clipboard
a simple template for practicing NeRF.
Hi @ashawkey and thanks for a great template, I'm planning to use this template as the starting ground of my thesis. But I'm not able to get the dtu dataset...
Hi, thanks for open-sourcing this great NeRF template! I feel a bit confused about the coordinate system convention when reading the code. Would you mind elaborating that? https://github.com/ashawkey/nerf_template/blob/bf444a3d112eaaef574f99490cf6ab051b58e9f6/nerf/colmap_provider.py#L193-L199
Hi, This is a great template and help me a lot. I noticed that **torch.nn.parallel.DistributedDataParallel** in **utils.py**. I wonder whether this template support distributed? And it has some functions I...
Hello, I want to know what is the difference between nerf model implemented in this repo with model in nerfstudio?
Thank you for your consistently fancy projects. I am building another method on nerf_template and I would like to utilize density grid in renderer to perform space-skipping ray marching in...