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

Missing 'meters' from 'nerfstudio.utils'

Open rikkazz opened this issue 11 months ago • 1 comments

At lightning_nerf/model.py line 29 from nerfstudio.utils import colormaps, meters, misc can not find 'meters' in any version of nerfstudio v0.2.2: https://github.com/nerfstudio-project/nerfstudio/tree/main/nerfstudio/utils

rikkazz avatar Mar 15 '24 08:03 rikkazz

Thank you for mentioning the issue. It turns out I have edited some files in the NeRFStudio project locally. I have reorganized our code to include those implementations. Please pull the updated version (commit a6f5422) and check it again. Sorry for the inconvenience.

XJay18 avatar Mar 15 '24 14:03 XJay18