JNeRF
JNeRF copied to clipboard
typo
https://github.com/Jittor/JNeRF/blob/master/python/jnerf/models/samplers/density_grid_sampler/init.py#L1
from .density_grid_sampler import DensityGirdSampler
should change to
from .density_grid_sampler import DensityGridSampler
Find a typo, mark it in this issue, and I will fix it this week.
Thank you for your reminder!