JNeRF icon indicating copy to clipboard operation
JNeRF copied to clipboard

typo

Open DuinoDu opened this issue 2 years ago • 1 comments

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.

DuinoDu avatar Jun 07 '22 02:06 DuinoDu

Thank you for your reminder!

Gword avatar Jun 07 '22 09:06 Gword