VISION-SJTU / Lightning-NeRF

[ICRA 2024] Lightning NeRF: Efficient Hybrid Scene Representation for Autonomous Driving
MIT License
107 stars 7 forks source link

Missing 'meters' from 'nerfstudio.utils' #1

Closed rikkazz closed 3 months ago

rikkazz commented 8 months ago

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

XJay18 commented 8 months ago

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.