ayaanzhaque / instruct-nerf2nerf

Instruct-NeRF2NeRF: Editing 3D Scenes with Instructions (ICCV 2023)
https://instruct-nerf2nerf.github.io/
MIT License
792 stars 70 forks source link

Pin Nerfstudio Version #88

Open lynetcha opened 8 months ago

lynetcha commented 8 months ago

This PR pins the latest known working branch of nerfstudio. This helps avoid issues like #85 and #72

Example: nerfstudio viewer was recently updated to use viser, which breaks parts of instruct-nerf2nerf repo.

from nerfstudio.viewer.server.viewer_elements import ViewerNumber, ViewerText

throws

ModuleNotFoundError: No module named 'nerfstudio.viewer.server'

This PR pins nerfstudio to the commit prior to that update to insure instruct-nerf2nerf installation works out of the box.

ayaanzhaque commented 8 months ago

Thanks for this! I do think the change to make it compatible with the new viewer isn't much. @cvachha can you take a look at this quickly?